add explicit branch creation note
This commit is contained in:
parent
c9af19dae1
commit
ab13c3f362
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue