mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-21 11:12:04 +00:00
Add 2 template to create pull request: 1. fix issue, 2. function implementation (#5579)
This commit is contained in:
parent
99c16e1998
commit
d567aa66fc
10
.github/PULL_REQUEST_TEMPLATE/fix_issue_template.md
vendored
Normal file
10
.github/PULL_REQUEST_TEMPLATE/fix_issue_template.md
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
### The PR is to fix issue _#xxx_
|
||||
|
||||
### The modification include
|
||||
|
||||
_##item1_
|
||||
|
||||
_##item2_
|
||||
|
||||
### The UT result
|
||||
`##The UT output##`
|
10
.github/PULL_REQUEST_TEMPLATE/function_template.md
vendored
Normal file
10
.github/PULL_REQUEST_TEMPLATE/function_template.md
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
### The PR is for task _#xxx_ or to implementate feature #xxx
|
||||
|
||||
_##Feature description##_
|
||||
|
||||
### The content of the PR:
|
||||
* [ ] _##The mini-design link_
|
||||
* [ ] _##The basic code logic_
|
||||
|
||||
### The UT result
|
||||
`The output of test result`
|
Loading…
x
Reference in New Issue
Block a user