We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3527b9a commit 08d6691Copy full SHA for 08d6691
.github/pull_request_template.md
@@ -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