summaryrefslogtreecommitdiff
path: root/docs/developer-guide.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-04-01 17:01:51 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-04-01 17:01:51 -0400
commitc5189c3992f32dcabf5cb294340bf4cad294de23 (patch)
tree865b9a27064f7b9d3c4d3f852a8f96e84977e682 /docs/developer-guide.txt
parentd0620ffb8dbc53ac6089aead179a1fabed4e50e3 (diff)
downloadpython-setuptools-git-c5189c3992f32dcabf5cb294340bf4cad294de23.tar.gz
Rename CHANGES and README files for nicer rendering on Github.
Diffstat (limited to 'docs/developer-guide.txt')
-rw-r--r--docs/developer-guide.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt
index c82adbb9..7cd3c6d2 100644
--- a/docs/developer-guide.txt
+++ b/docs/developer-guide.txt
@@ -69,7 +69,7 @@ If you want to contribute changes, we recommend you fork the repository on
Github, commit the changes to your repository, and then make a pull request
on Github. If you make some changes, don't forget to:
-- add a note in CHANGES.txt
+- add a note in CHANGES.rst
Please commit all changes in the 'master' branch against the latest available
commit or for bug-fixes, against an earlier commit or release in which the