Skip to content

Commit b92168f

Browse files
Merge pull request #136 from tharapalanivel/pr_template_edit
build: Update test/verification section of PR template
2 parents 011f184 + 595782f commit b92168f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/pull_request_template.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88

99
<!-- For example: "Closes #1234" or "Fixes bug introduced in #5678 -->
1010

11-
### (Optional) List any documentation or testing added
11+
### How to verify the PR
1212

13-
<!-- Describe which features were documented/tested -->
13+
<!-- Please provide instruction or screenshots on how to verify the PR if unit tests do not provide coverage.-->
1414

15-
### (Optional) How to verify the contribution
15+
### Was the PR tested
1616

17-
<!-- Provide instructions on how to verify your contribution if unit tests do not provide coverage -->
17+
<!-- Describe how PR was tested -->
18+
- [ ] I have added >=1 unit test(s) for every new method I have added (if that coverage is difficult, please briefly explain the reason)
19+
- [ ] I have ensured all unit tests pass
1820

1921
### Checklist for passing CI/CD:
2022

0 commit comments

Comments
 (0)