Skip to content

Commit f3c6db1

Browse files
committed
chore: add pull request template
Signed-off-by: cxhello <caixiaohuichn@gmail.com>
1 parent 4e5dc23 commit f3c6db1

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
### What type of PR is this?
2+
3+
- [ ] Bug fix
4+
- [ ] New feature
5+
- [ ] Enhancement
6+
- [ ] Refactoring
7+
- [ ] Documentation
8+
- [ ] CI/CD
9+
- [ ] Other
10+
11+
### What does this PR do?
12+
13+
<!-- A brief description of the changes. -->
14+
15+
### Which issue(s) does this PR fix?
16+
17+
<!-- Link to the related issue(s). e.g., Fixes #123 -->
18+
19+
### How has this been tested?
20+
21+
<!-- Describe the testing you have done. -->

0 commit comments

Comments
 (0)