We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9844a commit c201e6cCopy full SHA for c201e6c
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,17 @@
1
+### What type of PR is this?
2
+_(bug/feature/cleanup/documentation/test/refactor)_
3
+
4
5
+### What this PR does / why we need it?
6
7
+### Which Jira/Github issue(s) this PR fixes?
8
9
+_Fixes #_
10
11
+### Special notes for your reviewer:
12
13
+### Pre-checks (if applicable):
14
+- [ ] Tested latest changes against a cluster
15
+- [ ] Ran `make test-unit` command locally to run all the unit tests and mock tests locally.
16
+- [ ] Included documentation changes with PR
17
+- [ ] Squashed your commits
0 commit comments