Skip to content

Commit b522035

Browse files
committed
docs: add pull request template
1 parent 0c119a5 commit b522035

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## Description
2+
3+
<!-- Provide a brief description of the changes in this PR -->
4+
5+
## Type of Change
6+
7+
<!-- Check the relevant box(es) -->
8+
9+
- [ ] 🐛 Bug fix
10+
- [ ] ✨ New feature
11+
- [ ] 🔧 Refactor
12+
- [ ] 📝 Documentation update
13+
- [ ] 🧪 Test update
14+
- [ ] 🔨 Chore
15+
16+
## Related Issue
17+
18+
<!-- Link the related issue, e.g., Fixes #123 -->
19+
20+
Fixes #
21+
22+
## Checklist
23+
24+
- [ ] I have followed the project's code style (run `pnpm format-and-lint:fix`)
25+
- [ ] I have added tests that prove my fix is effective or that my feature works
26+
- [ ] I have updated the documentation accordingly
27+
- [ ] I have run the server locally and verified the changes work
28+
- [ ] My commits follow the [Conventional Commits](https://www.conventionalcommits.org/) format

0 commit comments

Comments
 (0)