Contribution guide: added pull request button image
This commit is contained in:
parent
22017f11d0
commit
ae64221c34
|
@ -138,7 +138,13 @@ the issues there and submit your pull requests.
|
||||||
$ hg commit -m"<commit message>"
|
$ hg commit -m"<commit message>"
|
||||||
$ hg push -b .
|
$ 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
|
source: YOUR_BITBUCKET_USERNAME/pytest
|
||||||
branch: your-branch-name
|
branch: your-branch-name
|
||||||
|
@ -146,8 +152,8 @@ the issues there and submit your pull requests.
|
||||||
target: hpk42/pytest
|
target: hpk42/pytest
|
||||||
branch: default
|
branch: default
|
||||||
|
|
||||||
|
|
||||||
.. _contribution-using-git:
|
.. _contribution-using-git:
|
||||||
|
|
||||||
What about git (and so GitHub)?
|
What about git (and so GitHub)?
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
|
@ -163,6 +169,3 @@ clone and work with Mercurial repo still using git.
|
||||||
.. warning::
|
.. warning::
|
||||||
Remember that git is **not** a default version control system for pytest and
|
Remember that git is **not** a default version control system for pytest and
|
||||||
you need to be careful using it.
|
you need to be careful using it.
|
||||||
|
|
||||||
Please read the manual carefully, and then use same contribution manual as for
|
|
||||||
BitBucket.
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
Loading…
Reference in New Issue