Skip to content

Commit

Permalink
Merge pull request jazzband#503 from vphilippon/improve-contributing-…
Browse files Browse the repository at this point in the history
…guidelines

Add a PR checklist and some precisions on the contributing guidelines.
  • Loading branch information
davidovich authored May 2, 2017
2 parents 9900cd7 + 1a46ad7 commit cdeb1d8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Describe the changes here.

##### Contributor checklist

- [ ] Provided the tests for the changes
- [ ] Added the changes to CHANGELOG.md
- [ ] Requested (or received) a review from another contributor
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,13 @@
This is a [Jazzband](https://jazzband.co/) project. By contributing you agree
to abide by the [Contributor Code of Conduct](https://jazzband.co/about/conduct)
and follow the [guidelines](https://jazzband.co/about/guidelines).

Also, here are a few additionnal or emphasized guidelines to follow:
- Always provide tests for your changes.
- Add your changes to the changelog.
- Wait for the review of at least one other contributor before merging (even if you're a Jazzband member).

The only exception to those guidelines is for trivial changes, such as
documentation corrections or contributions that do not change pip-tools itself.

Contributions following these guidelines are always welcomed, encouraged and appreciated.

0 comments on commit cdeb1d8

Please sign in to comment.