diff options
Diffstat (limited to 'CONTRIBUTING.rst')
| -rw-r--r-- | CONTRIBUTING.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 6f46094..404fe32 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -56,7 +56,7 @@ Here are some guidelines about how you can contribute to Nikola: * If you are fixing an issue, **include the issue number in commit** and/or pull request text (eg. ``fix #1234``) so the issue `is automatically closed <https://help.github.com/articles/closing-issues-via-commit-messages/>`_. -* Run ``flake8 nikola`` for **style consistency**. +* Run ``flake8 nikola tests`` for **style consistency**. * Ensure your Git name and e-mail are set correctly (they will be public) and `added to GitHub <https://github.com/settings/emails>`_ * **Try writing some tests** if possible — again, following existing tests is |
