Skip to content

Commit 19458e7

Browse files
committed
Update pull_request_template.md
1 parent bf48b33 commit 19458e7

File tree

1 file changed

+10
-21
lines changed

1 file changed

+10
-21
lines changed

.github/pull_request_template.md

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,13 @@
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.
1+
### Submit Checklist (REMOVE THIS SECTION BEFORE SUBMITTING)
2+
- [ ] I have selected the `next` branch as the destination for my PR, not `main`.
3+
- [ ] I have filled out the `Fixes` section with the issue link(s) (if applicable).
4+
- [ ] I have listed all changes in the `Changes` section.
5+
- [ ] I have tested my changes.
6+
- [ ] I have considered backwards compatibility.
7+
- [ ] I have removed this checklist note and any unused sections.
128

13-
### Issues
14-
- Fixes:
159

16-
### Changes
17-
-
10+
Fixes:
1811

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.
12+
## Changes
13+
-

0 commit comments

Comments
 (0)