diff options
Diffstat (limited to 'docs/developer-guide.txt')
-rw-r--r-- | docs/developer-guide.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt index 39bf4717..f82df397 100644 --- a/docs/developer-guide.txt +++ b/docs/developer-guide.txt @@ -67,7 +67,7 @@ All PRs with code changes should include tests. All changes should include a changelog entry. ``setuptools`` uses `towncrier <https://pypi.org/project/towncrier/>`_ -for changelog managment, so when making a PR, please add a news fragment in the +for changelog management, so when making a PR, please add a news fragment in the ``changelog.d/`` folder. Changelog files are written in Restructured Text and should be a 1 or 2 sentence description of the substantive changes in the PR. They should be named ``<pr_number>.<category>.rst``, where the categories are: |