mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore(repo): add version pr template
- the version PR template is the template used for new version releases, which are primarily PRs from next to v5.x
This commit is contained in:
parent
cd24a7870d
commit
b8fa116e0f
1 changed files with 41 additions and 0 deletions
41
.github/PULL_REQUEST_TEMPLATE/version.md
vendored
Normal file
41
.github/PULL_REQUEST_TEMPLATE/version.md
vendored
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
<!-- one or two sentence summary of this version -->
|
||||
|
||||
## Breaking Changes
|
||||
|
||||
-
|
||||
|
||||
## Security
|
||||
|
||||
-
|
||||
|
||||
## Added
|
||||
|
||||
-
|
||||
|
||||
## Changed
|
||||
|
||||
-
|
||||
|
||||
## Deprecated
|
||||
|
||||
-
|
||||
|
||||
## Fixed
|
||||
|
||||
-
|
||||
|
||||
## Removed
|
||||
|
||||
-
|
||||
|
||||
## Refactored
|
||||
|
||||
-
|
||||
|
||||
## Maintenance
|
||||
|
||||
-
|
||||
|
||||
## Issues
|
||||
|
||||
- Fixes
|
||||
Loading…
Reference in a new issue