Skip to content

Commit 7d05adc

Browse files
[doc] Reorganize the changelog and the way it's displayed in the documentation
1 parent a697557 commit 7d05adc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+7736
-7556
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ Thank you for submitting a PR to pylint!
33
44
To ease the process of reviewing your PR, do make sure to complete the following boxes.
55
6-
- [ ] Add a ChangeLog entry describing what your PR does.
7-
- [ ] If it's a new feature, or an important bug fix, add a What's New entry in
8-
`doc/whatsnew/<current release.rst>`.
96
- [ ] Write a good description on what the PR does.
7+
- [ ] If it's a new feature, or an important bug fix, add a What's New entry in
8+
``doc/whatsnew/2/2.14/summary.rst`` otherwise in ``doc/whatsnew/2/2.14/full.rst``.
109
- [ ] If you used multiple emails or multiple names when contributing, add your mails
11-
and preferred name in ``script/.contributors_aliases.json``
10+
and preferred name in ``script/.contributors_aliases.json``
1211
-->
1312

1413
## Type of Changes
@@ -24,9 +23,10 @@ To ease the process of reviewing your PR, do make sure to complete the following
2423

2524
## Description
2625

27-
<!--
28-
If this PR fixes a particular issue, use the following to automatically close that issue
29-
once this PR gets merged:
30-
-->
26+
<!-- If this PR reference an issue without fixing it: -->
27+
28+
Refs #XXXX
29+
30+
<!-- If this PR fixes an issue, use the following to automatically close when we merge: -->
3131

32-
Closes #XXX
32+
Closes #XXXX

0 commit comments

Comments
 (0)