Skip to content

Commit

Permalink
Merge pull request #17 from rdohms/enhancement/contributing-info
Browse files Browse the repository at this point in the history
Add contributing information.
  • Loading branch information
renatomefi authored Feb 25, 2019
2 parents 88ed475 + f74ae86 commit 553b070
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/.CONTRIBUTING
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Contributing

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:

- Your changes are covered in by the tests, run `make qa` to lint and test your changes.
- Your changes are reflected in the README or any other docs that are relevant.
- Once you are ready to make your commits, ensure they are:
- atomic, meaning they focus on a single set of changes
- the commit message is clear, we suggest [this standard](https://chris.beams.io/posts/git-commit/).
- Follow our PR template when opening the PR.

Thank you for contributing!

0 comments on commit 553b070

Please sign in to comment.