summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorPiotr Banaszkiewicz <piotr@banaszkiewicz.org>2014-01-24 20:01:04 +0100
committerPiotr Banaszkiewicz <piotr@banaszkiewicz.org>2014-01-24 20:01:04 +0100
commitae64221c34c21f219e88632a006e4f41c90bc5d2 (patch)
tree7dc27ba77da3d4dc341e0d8d0d1f41da88a69e13 /CONTRIBUTING.rst
parent22017f11d0077a6c3611def82b7561a074ae3343 (diff)
downloadpytest-ae64221c34c21f219e88632a006e4f41c90bc5d2.tar.gz
Contribution guide: added pull request button image
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst13
1 files changed, 8 insertions, 5 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index c1e3b2ccc..b65731cb7 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -138,7 +138,13 @@ the issues there and submit your pull requests.
$ hg commit -m"<commit message>"
$ hg push -b .
-6. Finally, submit a pull request through the BitBucket website::
+6. Finally, submit a pull request through the BitBucket website:
+
+ .. image:: img/pullrequest.png
+ :width: 700px
+ :align: center
+
+ ::
source: YOUR_BITBUCKET_USERNAME/pytest
branch: your-branch-name
@@ -146,8 +152,8 @@ the issues there and submit your pull requests.
target: hpk42/pytest
branch: default
-
.. _contribution-using-git:
+
What about git (and so GitHub)?
-------------------------------
@@ -163,6 +169,3 @@ clone and work with Mercurial repo still using git.
.. warning::
Remember that git is **not** a default version control system for pytest and
you need to be careful using it.
-
-Please read the manual carefully, and then use same contribution manual as for
-BitBucket.