Skip to content

Commit 2591480

Browse files
committed
Add PR template
1 parent 20f4271 commit 2591480

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/pull_request_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
### What type of PR is this?
2+
3+
(feature/bug/documentation/other)
4+
5+
### What this PR does / Why we need it?
6+
7+
### Special notes for your reviewer
8+
9+
### Test Coverage
10+
#### Guidelines for CAD investigations
11+
- New investgations should be accompanied by unit tests and/or step-by-step manual tests in the investigation README.
12+
- E2E testing is desired for actioning investigations. See README for more info on investigation graduation process.
13+
14+
#### Test coverage checks
15+
- [ ] Added tests
16+
- [ ] Created jira card to add unit test
17+
- [ ] This PR may not need unit tests
18+
19+
### Pre-checks (if applicable)
20+
- [ ] Ran unit tests locally
21+
- [ ] Validated the changes in a cluster
22+
- [ ] Included documentation changes with PR

0 commit comments

Comments
 (0)