File tree 3 files changed +11
-0
lines changed
3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!-- -
2
+ A technical comment, you are free to remove or leave it as it is when PR is created
3
+ The following categories are used in the next scripts, update them accordingly
4
+ utils/changelog/changelog.py
5
+ tests/ci/run_check.py
6
+ -->
1
7
### Changelog category (leave one):
2
8
- New Feature
3
9
- Improvement
Original file line number Diff line number Diff line change 25
25
DO_NOT_TEST_LABEL = "do not test"
26
26
SUBMODULE_CHANGED_LABEL = "submodule changed"
27
27
28
+ # They are used in .github/PULL_REQUEST_TEMPLATE.md, keep comments there
29
+ # updated accordingly
28
30
LABELS = {
29
31
"pr-backward-incompatible" : ["Backward Incompatible Change" ],
30
32
"pr-bugfix" : [
31
33
"Bug Fix" ,
32
34
"Bug Fix (user-visible misbehaviour in official stable or prestable release)" ,
35
+ "Bug Fix (user-visible misbehavior in official stable or prestable release)" ,
33
36
],
34
37
"pr-build" : [
35
38
"Build/Testing/Packaging Improvement" ,
Original file line number Diff line number Diff line change 19
19
20
20
# This array gives the preferred category order, and is also used to
21
21
# normalize category names.
22
+ # Categories are used in .github/PULL_REQUEST_TEMPLATE.md, keep comments there
23
+ # updated accordingly
22
24
categories_preferred_order = (
23
25
"Backward Incompatible Change" ,
24
26
"New Feature" ,
You can’t perform that action at this time.
0 commit comments