Skip to content

Commit 44d236e

Browse files
committed
Creating PULL_REQUEST_TEMPLATE.md
1 parent 8338e48 commit 44d236e

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## Update
2+
- [ ] Hot Fix
3+
- [ ] Release
4+
- [ ] Develop
5+
- [ ] Others
6+
7+
## Description
8+
* Feature #24
9+
[Write one-line description here]
10+
11+
## Update Summary
12+
- [Write feature(fix)-update here]
13+
14+
## New/Edited policies
15+
- [Write policy(styles)-update here]
16+
17+
## Resolved Issue
18+
- [Write resolved issue(recognized) here]
19+
20+
## Unresolved Issue
21+
- [Write unresolved issue(recognized) here]
22+
23+
## Test
24+
- [ ] Unit Test
25+
- [ ] Build Test
26+
27+
## Proof Check
28+
- [ ] My code follows the guidelines of this project style.
29+
- [ ] I have performed a self-review of my own code.
30+
- [ ] I have commented my code, particularly in hard-to-understand areas.
31+
- [ ] I have made corresponding changes to the documentations.
32+
- [ ] I have added tests that prove my feature, policy, fix or issue is resolve, effective and works.
33+
- [ ] Existing tests pass locally with these changes.
34+
- [ ] New tests pass locally with these changes.
35+
- [ ] Any dependent changes have been merged and published in downstream modules.

0 commit comments

Comments
 (0)