-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
## Update | ||
- [ ] Hot Fix | ||
- [ ] Release | ||
- [ ] Develop | ||
- [ ] Others | ||
|
||
## Description | ||
* Feature #24 | ||
[Write one-line description here] | ||
|
||
## Update Summary | ||
- [Write feature(fix)-update here] | ||
|
||
## New/Edited policies | ||
- [Write policy(styles)-update here] | ||
|
||
## Resolved Issue | ||
- [Write resolved issue(recognized) here] | ||
|
||
## Unresolved Issue | ||
- [Write unresolved issue(recognized) here] | ||
|
||
## Test | ||
- [ ] Unit Test | ||
- [ ] Build Test | ||
|
||
## Proof Check | ||
- [ ] My code follows the guidelines of this project style. | ||
- [ ] I have performed a self-review of my own code. | ||
- [ ] I have commented my code, particularly in hard-to-understand areas. | ||
- [ ] I have made corresponding changes to the documentations. | ||
- [ ] I have added tests that prove my feature, policy, fix or issue is resolve, effective and works. | ||
- [ ] Existing tests pass locally with these changes. | ||
- [ ] New tests pass locally with these changes. | ||
- [ ] Any dependent changes have been merged and published in downstream modules. |