Skip to content

Commit 8ff70e3

Browse files
Merge pull request #386 from venkateshsredhat/feat/MTSRE-1401
Adding PR template
2 parents 4b9844a + c201e6c commit 8ff70e3

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)