We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf474b commit b6c468cCopy full SHA for b6c468c
.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,12 @@
1
+_What is the aim of this PR?_
2
+
3
+## Implemented solution
4
5
+_How does this PR achieve said goal? Explain at a high level the implementation._
6
7
+## REQUIRED: pre-PR checklist
8
9
+* [ ] The project compiles/runs
10
+* [ ] The implemented solution works as intended
11
+* [ ] Dry-run (`-d`) doesn't actually perform any action besides logging
12
+* [ ] The `README.md` file has been updated
0 commit comments