add explicit branch creation note

This commit is contained in:
Anatoly Bubenkov 2014-01-23 10:51:45 +01:00
parent c9af19dae1
commit ab13c3f362
1 changed files with 15 additions and 3 deletions

View File

@ -1,4 +1,3 @@
============ ============
Contributing Contributing
============ ============
@ -6,6 +5,7 @@ Contributing
Contributions are highly welcomed and appreciated. Every little help counts, Contributions are highly welcomed and appreciated. Every little help counts,
so do not hesitate! so do not hesitate!
Types of contributions Types of contributions
====================== ======================
@ -125,7 +125,13 @@ contribution guide look :ref:`below <contribution-on-github>`.
$ hg commit -m"<commit message> $ hg commit -m"<commit message>
$ hg push -b . $ hg push -b .
7. Submit a pull request through the BitBucket website. 7. Submit a pull request through the BitBucket website:
source: <your user>/pytest
branch: <yourbranchname>
target: hpk42/pytest
branch: default
.. _contribution-on-github: .. _contribution-on-github:
@ -158,4 +164,10 @@ What about GitHub?
$ git commit -am"<commit message>" $ git commit -am"<commit message>"
$ git push origin <yourbranchname> $ git push origin <yourbranchname>
6. Submit a pull request through the GitHub website. 6. Submit a pull request through the GitHub website using the schema::
base fork: hpk42/pytest
base: master
head fork: <your user>/pytest
compare: <yourbranchname>