diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2018-05-15 11:58:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-15 11:58:30 -0400 |
| commit | 69ea148f1741ea3a55f71606d29885f1df8355f3 (patch) | |
| tree | 0a50181a65cfcf91a13c5d8d99a7dc77ff539b0f /docs | |
| parent | 4e43bc474b3013cf6ba37c00ed78d3343fde6a4d (diff) | |
| parent | a72e9970d4ebf279e8bc29f3083ef2f991530d68 (diff) | |
| download | external_python_setuptools-69ea148f1741ea3a55f71606d29885f1df8355f3.tar.gz external_python_setuptools-69ea148f1741ea3a55f71606d29885f1df8355f3.tar.bz2 external_python_setuptools-69ea148f1741ea3a55f71606d29885f1df8355f3.zip | |
Merge pull request #1363 from Zelgius/pull_request_template
Pull request template
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/>`_ |
