From ab13c3f362d3dabeaf5637f29efcfad6b666ba21 Mon Sep 17 00:00:00 2001 From: Anatoly Bubenkov Date: Thu, 23 Jan 2014 10:51:45 +0100 Subject: [PATCH] add explicit branch creation note --- CONTRIBUTING.rst | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 2ce3d18d5..e1c0c0b3b 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,4 +1,3 @@ - ============ Contributing ============ @@ -6,6 +5,7 @@ Contributing Contributions are highly welcomed and appreciated. Every little help counts, so do not hesitate! + Types of contributions ====================== @@ -125,7 +125,13 @@ contribution guide look :ref:`below `. $ hg commit -m" $ hg push -b . -7. Submit a pull request through the BitBucket website. +7. Submit a pull request through the BitBucket website: + + source: /pytest + branch: + + target: hpk42/pytest + branch: default .. _contribution-on-github: @@ -158,4 +164,10 @@ What about GitHub? $ git commit -am"" $ git push origin -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: /pytest + compare: