aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-06-07 21:39:56 +0100
committerGravatar Gareth Coles <[email protected]>2018-06-07 21:39:56 +0100
commitf9c1095dd1886f7e245e158b0f6325bfa251a90b (patch)
tree50239275b802119746cb71ab29ecab880bfd2641 /CONTRIBUTING.md
parentMove editor sizing SCSS to uses-rst class (diff)
Currently we have no git hook docs
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 62b7e739..36152fc5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -17,8 +17,7 @@ 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. For an automatic way to do this, check out
- [our article on Git hooks](https://github.com/discord-python/site/wiki/Git-Hooks).
+ if it fails to lint.
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!