Skip to content

Commit bf48b33

Browse files
committed
Update pull_request_template.md
1 parent b2bab45 commit bf48b33

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

.github/pull_request_template.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
> Always use `next` branch as destination branch for PRs, not `main`
1+
> [!IMPORTANT]
2+
> - Always select the `next` branch as the destination for your PR, not `main`!
3+
> - Fill out the [Issues](#issues) (if applicable) and [Changes](#changes) sections below.
4+
> - List all changes using the following prefixes:
5+
> - fix: (for bug fixes)
6+
> - feat: (for new features)
7+
> - improvement: (for enhancing existing features)
8+
> - service: (for new services)
9+
> - chore: (for maintenance, refactoring, dependencies, etc.)
10+
> - Complete the [Checklist](#checklist) before submitting.
11+
> - Remove this note and any unused sections before submitting.
12+
13+
### Issues
14+
- Fixes:
15+
16+
### Changes
17+
-
18+
19+
### Checklist
20+
- [ ] I have selected the `next` branch as the destination.
21+
- [ ] I have tested my changes.
22+
- [ ] I have listed all changes in the [Changes](#changes) section.
23+
- [ ] I have considered backwards compatibility.
24+
- [ ] I have removed the instruction note and any unused sections.

0 commit comments

Comments
 (0)