Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@

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

### (Optional) List any documentation or testing added
### How to verify the PR

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

### (Optional) How to verify the contribution
### Was the PR tested

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

### Checklist for passing CI/CD:

Expand Down
Loading