2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 03:02:05 +00:00

Create pull_request_template.md

Add template when creating pull request
This commit is contained in:
zet809 2018-09-03 10:12:47 +08:00 committed by GitHub
parent 66a15e497b
commit ad581fd7b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

25
pull_request_template.md Normal file
View File

@ -0,0 +1,25 @@
### The PR is to fix issue _#xxx_
### The modification include
_##item1_
_##item2_
### The UT result
`##The UT output##`
# Please remove this line and below if fix issue
# Please remove this line and above for tasks or features
### The PR is for task _#xxx_ or to implement feature #xxx
_##Feature description##_
### The content of the PR:
* [ ] _##The mini-design link_
* [ ] _##The basic code logic_
### The UT result
`##The UT output##`