Skip to content

Commit

Permalink
Creating PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PB2204 committed Oct 16, 2023
1 parent 8338e48 commit 44d236e
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
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.

0 comments on commit 44d236e

Please sign in to comment.