File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,17 @@ Mailing-list
58
58
Share your feedback and ideas: `subscribe to the mailing-list
59
59
<https://mail.python.org/mailman/listinfo/code-quality> `_
60
60
61
+ Contributing
62
+ ------------
63
+
64
+ Patches may be submitted via a `GitHub pull request `_ or via the mailing list
65
+ if you prefer. If you are comfortable doing so, please `rebase your changes `_
66
+ so they may be applied to master with a fast-forward merge, and each commit is
67
+ a coherent unit of work with a well-written log message. If you are not
68
+ comfortable with this rebase workflow, the project maintainers will be happy to
69
+ rebase your commits for you.
70
+
71
+ All changes should be include tests and pass flake8 _.
61
72
62
73
.. image :: https://api.travis-ci.org/pyflakes/pyflakes.png
63
74
:target: https://travis-ci.org/pyflakes/pyflakes
@@ -67,3 +78,5 @@ Share your feedback and ideas: `subscribe to the mailing-list
67
78
.. _flake8 : https://pypi.python.org/pypi/flake8
68
79
.. _`PEP 8` : http://legacy.python.org/dev/peps/pep-0008/
69
80
.. _Pychecker : http://pychecker.sourceforge.net/
81
+ .. _`rebase your changes` : https://git-scm.com/book/en/v2/Git-Branching-Rebasing
82
+ .. _`GitHub pull request` : https://github.com/pyflakes/pyflakes/pulls
You can’t perform that action at this time.
0 commit comments