diff options
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 36152fc5..f36899ce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,6 +16,7 @@ contributions may be rejected on the basis of a contributor failing to follow th own merge request. If you do this, we suggest following these guidelines when interacting with their repository as well. 1. **Adhere to the prevailing code style**, which we enforce using [flake8](http://flake8.pycqa.org/en/latest/index.html). + * Keep the coverage at 100%. Your reason not to do so is not good enough. * Additionally, run `flake8` against your code before you push it. Your commit will be rejected by the build server 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 |