summaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorDudeNr33 <3929834+DudeNr33@users.noreply.github.com>2022-07-17 17:30:13 +0200
committerAndreas Finkler <3929834+DudeNr33@users.noreply.github.com>2022-07-17 18:13:46 +0200
commit1d2f0ef6cca6566ed8c1c5817ee8f22ec3365e93 (patch)
tree67f35423312492ef6d8b17d97ee891737146b303 /.github/PULL_REQUEST_TEMPLATE.md
parente650137a35762ffb0b259199aff703805850624c (diff)
downloadpylint-git-1d2f0ef6cca6566ed8c1c5817ee8f22ec3365e93.tar.gz
Update documentation for usage of `towncrier`
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 90a6b12c3..82bd53ea5 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -4,10 +4,10 @@ Thank you for submitting a PR to pylint!
To ease the process of reviewing your PR, do make sure to complete the following boxes.
- [ ] Write a good description on what the PR does.
-- [ ] Add an entry to the change log describing the change in
- `doc/whatsnew/2/2.15/index.rst` (or ``doc/whatsnew/2/2.14/full.rst``
- if the change needs backporting in 2.14). If necessary you can write
- details or offer examples on how the new change is supposed to work.
+- [ ] Create a news fragment with `towncrier create <IssueNumber>.<type>` which will be
+ included in the changelog. `<type>` can be one of: new_check, removed_check, extension,
+ false_positive, false_negative, bugfix, other, internal. If necessary you can write
+ details or offer examples on how the new change is supposed to work.
- [ ] If you used multiple emails or multiple names when contributing, add your mails
and preferred name in ``script/.contributors_aliases.json``
-->