We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc40bd commit 24ce00cCopy full SHA for 24ce00c
2 files changed
.github/pull_request_template.md
@@ -11,5 +11,4 @@ How was this PR tested?
11
12
Checklist
13
-------
14
-- Name PR "[WB-NNNN][WB-MMMM] Add support for..." similar to entries in CHANGELOG.md
15
- Include reference to internal ticket "Fixes WB-NNNN" (and github issue "Fixes #NNNN" if applicable)
.github/release.yml
@@ -6,6 +6,9 @@ changelog:
6
- title: ":nail_care: Enhancement"
7
labels:
8
- changelog-enhancement
9
+ - title: ":broom: Cleanup"
10
+ labels:
+ - changelog-cleanup
- title: ":bug: Bug Fix"
- "*"
0 commit comments