Skip to content

Commit 61158e8

Browse files
authored
PR template added (#484)
* PR template added Signed-off-by: sadath-12 <[email protected]> * hided details Signed-off-by: sadath-12 <[email protected]> * comment down Signed-off-by: sadath-12 <[email protected]> --------- Signed-off-by: sadath-12 <[email protected]>
1 parent d5ffe77 commit 61158e8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/pull_request_template.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Description
2+
3+
<!--
4+
Please explain the changes you've made.
5+
-->
6+
7+
## Issue reference
8+
9+
<!--
10+
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
11+
-->
12+
13+
Please reference the issue this PR will close: #_[issue number]_
14+
15+
## Checklist
16+
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)