Skip to content

Commit 23a1636

Browse files
committed
Update PR and Release notes templates
* Update stale labels * Move documentation and bugfixes into separate section * Remove redundant labels in catch-all maintenance section
1 parent f96594b commit 23a1636

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,14 @@
1313
## Major / Breaking Changes
1414
- ...
1515

16-
## Bugfixes / New features
16+
## New features
1717
- ...
1818

19-
## Docs / Maintenance
19+
## Bugfixes
20+
- ...
21+
22+
## Documentation
23+
- ...
24+
25+
## Maintenance
2026
- ...

.github/release.yml

+7-8
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,15 @@ changelog:
99
- title: Major Changes 🛠
1010
labels:
1111
- major
12-
- title: New Features & Bugfixes 🎉
12+
- title: New Features 🎉
1313
labels:
14-
- defects
1514
- enhancements
16-
- feature-request
17-
- title: Docs & Maintenance 🔧
15+
- feature request
16+
- title: Bugfixes 🪲
1817
labels:
18+
- bug
19+
- title: Documentation 📖
1920
- docs
20-
- installation
21-
- maintenance
22-
- pre-commit
23-
- tests
21+
- title: Maintenance 🔧
22+
labels:
2423
- "*"

0 commit comments

Comments
 (0)