summaryrefslogtreecommitdiff
path: root/docs/developer-guide.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-06-16 08:12:08 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-06-16 08:12:08 -0400
commit9e7522ee611796e568aa58dc0bc878ac8a1c471c (patch)
tree1dc975240705ccd36b7111a8888f634c7a2e5042 /docs/developer-guide.txt
parent68dd639c91b8ff263f53bd303a766f30399820d7 (diff)
downloadpython-setuptools-git-9e7522ee611796e568aa58dc0bc878ac8a1c471c.tar.gz
Started work on a developer guide.
Diffstat (limited to 'docs/developer-guide.txt')
-rw-r--r--docs/developer-guide.txt41
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt
new file mode 100644
index 00000000..fbee5e67
--- /dev/null
+++ b/docs/developer-guide.txt
@@ -0,0 +1,41 @@
+================================
+Developer's Guide for Setuptools
+================================
+
+If you want to know more about contributing on Setuptools, this is the place.
+
+
+.. contents:: **Table of Contents**
+
+
+----------------------
+Repository and Tracker
+----------------------
+
+...
+
+.. git mirror
+
+-----------------
+Authoring Tickets
+-----------------
+
+...
+
+------------------------
+Submitting Pull Requests
+------------------------
+
+Use Mercurial bookmarks or Git branches. Use incremental commits. Minimize
+stylistic changes.
+
+-------------------
+Semantic Versioning
+-------------------
+
+Setuptools follows ``semver`` with some exceptions:
+
+- Uses two-segment version when three segment version ends in zero
+- Omits 'v' prefix for tags.
+
+.. explain value of reflecting meaning in versions.