Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 633 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (10 loc) · 633 Bytes

Contributing

We love contributions from everyone. By participating in this project, you agree to abide by our code of conduct.

We expect everyone to follow the code of conduct throughout Riddle, from the project's codebase to issue trackers.

Contributing Code

Fork the repo.

When adding a new function/feature, please follow this checklist before submitting a pull request:

  1. Test your code and ensure all tests are passing.

  2. Update the README.md documentation.

  3. Squash your commits.