Skip to content

Commit

Permalink
Update PR and Release notes templates
Browse files Browse the repository at this point in the history
* Update stale labels
* Move documentation and bugfixes into separate section
* Remove redundant labels in catch-all maintenance section
  • Loading branch information
ricardoV94 committed Dec 13, 2022
1 parent f96594b commit 23a1636
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
10 changes: 8 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@
## Major / Breaking Changes
- ...

## Bugfixes / New features
## New features
- ...

## Docs / Maintenance
## Bugfixes
- ...

## Documentation
- ...

## Maintenance
- ...
15 changes: 7 additions & 8 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ changelog:
- title: Major Changes 🛠
labels:
- major
- title: New Features & Bugfixes 🎉
- title: New Features 🎉
labels:
- defects
- enhancements
- feature-request
- title: Docs & Maintenance 🔧
- feature request
- title: Bugfixes 🪲
labels:
- bug
- title: Documentation 📖
- docs
- installation
- maintenance
- pre-commit
- tests
- title: Maintenance 🔧
labels:
- "*"

0 comments on commit 23a1636

Please sign in to comment.