We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ace8d commit 354ea69Copy full SHA for 354ea69
.github/PULL_REQUEST_TEMPLATE.md
@@ -10,8 +10,17 @@ _Resolves #_
10
11
### Special notes for your reviewer
12
13
-### Pre-checks (if applicable)
+### Unit Test Coverage
14
+#### Guidelines
15
+- If it's a new sub-command or new function to an existing sub-command, please cover at least 50% of the code
16
+- If it's a bug fix for an existing sub-command, please cover 70% of the code
17
+
18
+#### Test coverage checks
19
+- [ ] Added unit tests
20
+- [ ] Created jira card to add unit test
21
+- [ ] This PR may not need unit tests
22
23
+### Pre-checks (if applicable)
24
- [ ] Ran unit tests locally
25
- [ ] Validated the changes in a cluster
26
- [ ] Included documentation changes with PR
0 commit comments