summaryrefslogtreecommitdiff
path: root/doc/development_guide
diff options
context:
space:
mode:
authorAndreas Finkler <3929834+DudeNr33@users.noreply.github.com>2022-10-10 09:09:31 +0200
committerGitHub <noreply@github.com>2022-10-10 09:09:31 +0200
commit21fb32ec1f1d6090af21756ac66eb094acf84db5 (patch)
treee2e527fb6d0bcf68ede39aba24e865f82269e943 /doc/development_guide
parent0d62f67d86c482bd3703e0a75b0f4eb1c8b0e0ee (diff)
downloadpylint-git-21fb32ec1f1d6090af21756ac66eb094acf84db5.tar.gz
Add "breaking change" and "user action" fragment types (#7588)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'doc/development_guide')
-rw-r--r--doc/development_guide/contributor_guide/contribute.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development_guide/contributor_guide/contribute.rst b/doc/development_guide/contributor_guide/contribute.rst
index 32de20106..ad20ebc6e 100644
--- a/doc/development_guide/contributor_guide/contribute.rst
+++ b/doc/development_guide/contributor_guide/contribute.rst
@@ -67,7 +67,7 @@ your patch gets accepted:
.. keep this in sync with the description of PULL_REQUEST_TEMPLATE.md!
- 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,
+ included in the changelog. `<type>` can be one of: breaking, user_action, 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.