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
19 changes: 19 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Summary
_Provide a short summary of the changes in this PR_

### Type of Change
Please delete options that are not relevant.

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update

### Issues
- Link any issues this PR resolves using keywords (resolve, closes, fixed)

### Evidence
- Provide evidence of the the changes functioning as expected or describe your tests. If tests are included in the CI pipeline this may be omitted.


_(delete this line)_ Prior to submitting the PR assign a reviewer from each team to review this PR.