You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To help people who wish to contribute to this repo the contributing file
gives out clear information on our values and how to match those
expectations.
Quick set of guideline to contribute to this repo. After you have checked out the code and are ready to send in your PR, just make sure you are following these steps:
4
+
5
+
- Your changes are covered in by the tests, run `make qa` to lint and test your changes.
6
+
- Your changes are reflected in the README or any other docs that are relevant.
7
+
- Once you are ready to make your commits, ensure they are:
8
+
- atomic, meaning they focus on a single set of changes
9
+
- the commit message is clear, we suggest [this standard](https://chris.beams.io/posts/git-commit/).
0 commit comments