We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ffe77 commit 61158e8Copy full SHA for 61158e8
.github/pull_request_template.md
@@ -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