diff options
author | Benoit Pierre <benoit.pierre@gmail.com> | 2018-06-20 14:25:16 +0200 |
---|---|---|
committer | Benoit Pierre <benoit.pierre@gmail.com> | 2018-06-28 13:09:41 +0200 |
commit | eda87a7558908bafb38268e3e08a737beff1fa8f (patch) | |
tree | 8742f2a90c13655def0e69282b3ee9822515c073 | |
parent | 5c816483500519a07a3db4364daaced379780eb7 (diff) | |
download | external_python_setuptools-eda87a7558908bafb38268e3e08a737beff1fa8f.tar.gz external_python_setuptools-eda87a7558908bafb38268e3e08a737beff1fa8f.tar.bz2 external_python_setuptools-eda87a7558908bafb38268e3e08a737beff1fa8f.zip |
docs: fix developer guide
Drop `Source Code` section, as it contains an outdated guideline
with respect to documenting changes and its contents are already
covered by other sections.
-rw-r--r-- | changelog.d/1403.doc.rst | 1 | ||||
-rw-r--r-- | docs/developer-guide.txt | 25 |
2 files changed, 1 insertions, 25 deletions
diff --git a/changelog.d/1403.doc.rst b/changelog.d/1403.doc.rst new file mode 100644 index 00000000..1a636085 --- /dev/null +++ b/changelog.d/1403.doc.rst @@ -0,0 +1 @@ +Fix developer's guide. diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt index 8a967f6c..c011491a 100644 --- a/docs/developer-guide.txt +++ b/docs/developer-guide.txt @@ -89,31 +89,6 @@ code changes. See the following for an example news fragment: $ cat changelog.d/1288.change.rst Add support for maintainer in PKG-INFO ------------ -Source Code ------------ - -Grab the code at Github:: - - $ git clone https://github.com/pypa/setuptools - -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.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 -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. - -The Continuous Integration tests that validate every release are run -from this repository. - ------- Testing ------- |