1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/0b1fb07d0f8f/ Changeset: 0b1fb07d0f8f User: bubenkoff Date: 2014-01-23 10:51:45 Summary: add explicit branch creation note Affected #: 1 file
diff -r 1811cb1370500ed9cd3a5ee6f2ebc773ad3fa6f9 -r 0b1fb07d0f8fbe68e5dfe60a07ccdc689241e098 CONTRIBUTING.rst --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,4 +1,3 @@ - ============ Contributing ============ @@ -6,6 +5,7 @@ Contributions are highly welcomed and appreciated. Every little help counts, so do not hesitate! + Types of contributions ====================== @@ -125,7 +125,13 @@ $ hg commit -m"<commit message> $ 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: @@ -158,4 +164,10 @@ $ git commit -am"<commit message>" $ 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> Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit