diff options
author | 2018-04-09 11:11:16 +0100 | |
---|---|---|
committer | 2018-04-09 11:11:16 +0100 | |
commit | fb4e4cf2b02cde67511adaae797534f8873fc919 (patch) | |
tree | 90df79f4e87041611c06b14166ea93bdc7adc2bf /.github | |
parent | Create CONTRIBUTING.md (diff) |
Update CONTRIBUTING.md
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c61af053..8b803aca 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -17,7 +17,8 @@ contributions may be rejected on the basis of a contributor failing to follow th as well. 1. **Adhere to the prevailing code style**, which we enforce using [flake8](http://flake8.pycqa.org/en/latest/index.html). * Additionally, run `flake8` against your code before you push it. Your commit will be rejected by the build server - if it fails to lint. + if it fails to lint. For an automatic way to do this, check out + [our article on Git hooks](https://github.com/discord-python/site/wiki/Git-Hooks). 1. **Don't fight the framework**. Every framework has its flaws, but the frameworks we've picked out have been carefully chosen for their particular merits. If you can avoid it, please resist reimplementing swathes of framework logic - the work has already been done for you! |