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 67b3b74 commit e54cd50Copy full SHA for e54cd50
.github/pull_request_template.md
@@ -0,0 +1,15 @@
1
+## Description
2
+
3
+<!-- **Please link some issue here describing what you are trying to achieve.**
4
5
+In case there is no issue present for your PR, please consider creating one.
6
+At least please give us some description what you are trying to achieve and why your change is needed. -->
7
8
+relates to #1234
9
10
+## Checklist
11
12
+- [ ] Code format was applied: `make fmt`
13
+- [ ] Docs are up-to-date: `make generate-docs`
14
+- [x] No linter issues: `make lint` (will be checked by CI)
15
+- [x] Unit tests are passing: `make test` (will be checked by CI)
0 commit comments