summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2014-03-16 10:46:16 -0400
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2014-03-16 10:46:16 -0400
commit433d4bdbc9ae60e367a3dec4f5dfda9fbf61ec89 (patch)
tree9c4620dd6bf5dcd26619d5cdfb8197b8c00370ab /CONTRIBUTING.rst
parent0679a69b4da8929f2c794c7190be0a2df7c7329e (diff)
downloadpyopenssl-433d4bdbc9ae60e367a3dec4f5dfda9fbf61ec89.tar.gz
linkify feature branch
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 1bfa8f9..a4040e4 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -17,7 +17,7 @@ Patches
All patches to pyOpenSSL should be submitted in the form of pull requests to the main pyOpenSSL repository, ``pyca/pyopenssl``.
These pull requests should satisfy the following properties:
-- The branch referenced should be a feature branch focusing on one particular improvement to pyOpenSSL.
+- The branch referenced should be a `feature branch`_ focusing on one particular improvement to pyOpenSSL.
Create different branches and different pull requests for unrelated features or bugfixes.
- The branch referenced should have a distinctive name (in particular, please do not open pull requests for your ``master`` branch).
- Code should follow `PEP 8`_, especially in the "do what code around you does" sense.
@@ -40,3 +40,4 @@ The final responsibility for the reviewing of merged code lies with the person m
.. _PEP 8: http://legacy.python.org/dev/peps/pep-0008/
.. _cryptography code review process: https://cryptography.io/en/latest/development/reviewing-patches/
+.. _feature branch: http://nvie.com/posts/a-successful-git-branching-model/