Update pull_request_template.md
This commit is contained in:
25
.github/pull_request_template.md
vendored
25
.github/pull_request_template.md
vendored
@@ -1 +1,24 @@
|
||||
> Always use `next` branch as destination branch for PRs, not `main`
|
||||
> [!IMPORTANT]
|
||||
> - Always select the `next` branch as the destination for your PR, not `main`!
|
||||
> - Fill out the [Issues](#issues) (if applicable) and [Changes](#changes) sections below.
|
||||
> - List all changes using the following prefixes:
|
||||
> - fix: (for bug fixes)
|
||||
> - feat: (for new features)
|
||||
> - improvement: (for enhancing existing features)
|
||||
> - service: (for new services)
|
||||
> - chore: (for maintenance, refactoring, dependencies, etc.)
|
||||
> - Complete the [Checklist](#checklist) before submitting.
|
||||
> - Remove this note and any unused sections before submitting.
|
||||
|
||||
### Issues
|
||||
- Fixes:
|
||||
|
||||
### Changes
|
||||
-
|
||||
|
||||
### Checklist
|
||||
- [ ] I have selected the `next` branch as the destination.
|
||||
- [ ] I have tested my changes.
|
||||
- [ ] I have listed all changes in the [Changes](#changes) section.
|
||||
- [ ] I have considered backwards compatibility.
|
||||
- [ ] I have removed the instruction note and any unused sections.
|
||||
|
||||
Reference in New Issue
Block a user