Thanks for considering contributing to project.
If you find a bug, please feel free to open an issue.
If you taking the time to mention a problem, even a seemingly minor one, it is greatly appreciated, and a totally valid contribution to this project. Thank you!
-
Fork this repository and then clone it locally.
-
Create a topic branch for your changes:
git checkout -b fix/fix-for-that-thing
- Commit a failing test for the bug:
git commit -am "fix: adds a failing test to demonstrate that thing"
- Commit a fix that makes the test pass:
git commit -am "fix: adds a fix for that thing!"
- If everything looks good, push to your fork:
git push origin fix/fix-for-that-thing
Thinking of adding a new feature? Cool! Open an issue and let’s design it together.