diff options
| author | Mason Egger <mason@masonegger.com> | 2018-05-15 10:38:56 -0400 |
|---|---|---|
| committer | Mason Egger <mason@masonegger.com> | 2018-05-15 11:26:56 -0400 |
| commit | a72e9970d4ebf279e8bc29f3083ef2f991530d68 (patch) | |
| tree | 155975bd777cf45cde9a8973cf08c96b58db0e7f /docs | |
| parent | d0a809b53721a3554c28e1480e22626791a0e660 (diff) | |
| download | external_python_setuptools-a72e9970d4ebf279e8bc29f3083ef2f991530d68.tar.gz external_python_setuptools-a72e9970d4ebf279e8bc29f3083ef2f991530d68.tar.bz2 external_python_setuptools-a72e9970d4ebf279e8bc29f3083ef2f991530d68.zip | |
Update developer guide documentation
Add changelog for PR #1363 (issue #1355)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/developer-guide.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt index ea1034ab..6b04603b 100644 --- a/docs/developer-guide.txt +++ b/docs/developer-guide.txt @@ -62,8 +62,8 @@ Making a pull request --------------------- When making a pull request, please include a short summary of the changes -and a reference to any issue tickets that the PR is intended to solve. All -PRs with code changes should include tests. All changes should include a +and a reference to any issue tickets that the PR is intended to solve. +All PRs with code changes should include tests. All changes should include a changelog entry. ``setuptools`` uses `towncrier <https://town-crier.readthedocs.io/en/latest/>`_ |
