summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-06-22 08:48:02 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-06-22 08:48:02 -0400
commit99cf84d7f30c86a8a4047b54276537fd9637c22b (patch)
treebae7406a628efbded321e0648010b079504be85e /docs
parent19e9d2b0146440ecea7a5afd3f669aa997f66530 (diff)
downloadpython-setuptools-bitbucket-99cf84d7f30c86a8a4047b54276537fd9637c22b.tar.gz
Added note about Github mirror
Diffstat (limited to 'docs')
-rw-r--r--docs/developer-guide.txt29
1 files changed, 18 insertions, 11 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt
index af64c153..5839aca1 100644
--- a/docs/developer-guide.txt
+++ b/docs/developer-guide.txt
@@ -50,28 +50,35 @@ on Bitbucket. If you make some changes, don't forget to:
- add a note in CHANGES.txt
-Please commit bug-fixes against the current maintenance branch and new
-features to the default branch.
+Please commit all changes in the 'default' branch against the latest available
+commit or for bug-fixes, against an earlier commit or release in which the
+bug occurred.
+
+If you find yourself working on more than one issue at a time, Setuptools
+generally prefers Git-style branches, so use Mercurial bookmarks or Git
+branches or multiple forks to maintain separate efforts.
+
+Setuptools also maintains an unofficial `Git mirror in Github
+<https://github.com/jaraco/setuptools>`_. Contributors are welcome to submit
+pull requests here, but because they are not integrated with the Bitbucket
+Issue tracker, linking pull requests to tickets is more difficult. The
+Continuous Integration tests that validate every release are run from this
+mirror.
+
+-------
+Testing
+-------
You can run the tests via::
$ python setup.py test
-.. git mirror
-
-----------------
Authoring Tickets
-----------------
...
-------------------------
-Submitting Pull Requests
-------------------------
-
-Use Mercurial bookmarks or Git branches. Use incremental commits. Minimize
-stylistic changes or at least submit them as separate commits.
-
-------------------
Semantic Versioning
-------------------