summaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-05-06 20:20:25 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-05-28 19:05:32 +0200
commit7d05adc45e366ba4a2762adaed9b277d2957cace (patch)
treef514d40a1a82ccef729fbd56068cf1e8720af22c /.github/PULL_REQUEST_TEMPLATE.md
parenta69755704f402a36cffe18830c5d0899d2e1324c (diff)
downloadpylint-git-7d05adc45e366ba4a2762adaed9b277d2957cace.tar.gz
[doc] Reorganize the changelog and the way it's displayed in the documentation
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index c1c6615b0..3209a6385 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -3,12 +3,11 @@ Thank you for submitting a PR to pylint!
To ease the process of reviewing your PR, do make sure to complete the following boxes.
-- [ ] Add a ChangeLog entry describing what your PR does.
-- [ ] If it's a new feature, or an important bug fix, add a What's New entry in
- `doc/whatsnew/<current release.rst>`.
- [ ] Write a good description on what the PR does.
+- [ ] If it's a new feature, or an important bug fix, add a What's New entry in
+ ``doc/whatsnew/2/2.14/summary.rst`` otherwise in ``doc/whatsnew/2/2.14/full.rst``.
- [ ] If you used multiple emails or multiple names when contributing, add your mails
- and preferred name in ``script/.contributors_aliases.json``
+ and preferred name in ``script/.contributors_aliases.json``
-->
## Type of Changes
@@ -24,9 +23,10 @@ To ease the process of reviewing your PR, do make sure to complete the following
## Description
-<!--
-If this PR fixes a particular issue, use the following to automatically close that issue
-once this PR gets merged:
--->
+<!-- If this PR reference an issue without fixing it: -->
+
+Refs #XXXX
+
+<!-- If this PR fixes an issue, use the following to automatically close when we merge: -->
-Closes #XXX
+Closes #XXXX