We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96594b commit 23a1636Copy full SHA for 23a1636
.github/PULL_REQUEST_TEMPLATE.md
@@ -13,8 +13,14 @@
13
## Major / Breaking Changes
14
- ...
15
16
-## Bugfixes / New features
+## New features
17
18
19
-## Docs / Maintenance
+## Bugfixes
20
+- ...
21
+
22
+## Documentation
23
24
25
+## Maintenance
26
.github/release.yml
@@ -9,16 +9,15 @@ changelog:
9
- title: Major Changes 🛠
10
labels:
11
- major
12
- - title: New Features & Bugfixes 🎉
+ - title: New Features 🎉
- - defects
- enhancements
- - feature-request
- - title: Docs & Maintenance 🔧
+ - feature request
+ - title: Bugfixes 🪲
+ - bug
+ - title: Documentation 📖
- docs
- - installation
- - maintenance
- - pre-commit
- - tests
+ - title: Maintenance 🔧
+ labels:
- "*"
0 commit comments