Skip to content

Commit 12ca8bd

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 377e0d5 commit 12ca8bd

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,19 @@
1515
+ [ ] Are the changes covered by tests and docstrings?
1616
+ [ ] Fill out the short summary sections 👇
1717

18+
1819
## Major / Breaking Changes
1920
- ...
2021

21-
## Bugfixes / New features
22+
## New features
23+
- ...
24+
25+
## Bugfixes
2226
- ...
2327

24-
## Docs / Maintenance
28+
## Documentation
2529
- ...
30+
31+
## Maintenance
32+
- ...
33+

.github/release.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,15 @@ changelog:
1111
- title: Major Changes 🛠
1212
labels:
1313
- major
14-
- title: New Features & Bugfixes 🎉
14+
- title: New Features 🎉
1515
labels:
16-
- bug
1716
- enhancements
18-
- feature-request
19-
- title: Docs & Maintenance 🔧
17+
- feature request
18+
- title: Bugfixes 🪲
2019
labels:
20+
- bug
21+
- title: Documentation 📖
2122
- docs
22-
- installation
23-
- maintenance
24-
- pre-commit
25-
- tests
23+
- title: Maintenance 🔧
24+
labels:
2625
- "*"

0 commit comments

Comments
 (0)