Skip to content

Commit 011fa64

Browse files
authored
add a PR github template (#129)
Signed-off-by: mikeee <[email protected]>
1 parent 7080073 commit 011fa64

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/pull_request_template.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Description
2+
3+
<!--Please explain the changes you've made here-->
4+
5+
6+
7+
## Issue reference
8+
9+
<!--We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.-->
10+
11+
<!--Please reference the issue(s) with a hash tag for example #100 -->
12+
This PR will close #number
13+
14+
## Checklist
15+
16+
<!-- This list is non-exhaustive, please ensure the tests are passing. -->
17+
<!--Please make sure you've completed the relevant tasks for this PR, out of the following list: -->
18+
19+
* [ ] Code compiles correctly
20+
* [ ] Created/updated tests
21+
* [ ] Extended the documentation

0 commit comments

Comments
 (0)