Skip to content

Commit 118c5fe

Browse files
committed
add PR template
1 parent dd4e651 commit 118c5fe

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

PULL_REQUEST_TEMPLATE.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
<!--
3+
First of all, thank you for your contribution! 😄
4+
-->
5+
6+
7+
### 🤔 What is the nature of this change?
8+
9+
- [ ] New feature
10+
- [ ] Fix bug / bug
11+
- [ ] Style optimization
12+
- [ ] Code style optimization
13+
- [ ] Performance optimization
14+
- [ ] Build optimization
15+
- [ ] Website, documentation, demo improvements
16+
- [ ] Refactor code or style
17+
- [ ] Test related
18+
- [ ] Solved proposed issues
19+
- [ ] Other
20+
21+
### 🔗 Related Issue
22+
23+
(Describe the source of related requirements, such as the related issue discussion link. Example: close #123, close #456.)
24+
25+
### 💡 Background or solution
26+
27+
(The specific problem solved.)
28+
29+
### 📝 Changelog
30+
31+
(Describe changes from the user side, and list all potential break changes or other risks.)
32+

0 commit comments

Comments
 (0)