Skip to content

Commit

Permalink
Cleanup PR template.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Feb 25, 2024
1 parent d7c2bf7 commit bbf3d82
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
**Description**
### Description
A clear and concise description of what was changed.

**Issues**
A list of GitHub issues related to this PR.
Fixes # (issue number)

**Type of Change**
### Type of Change
- [ ] 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 schema change
- [ ] This change requires a documentation update

**Testing Done**
### Testing Done
A clear and concise description of the new tests added to validate the change as well as any manual testing done.

**Checklist**
### Checklist
- [ ] I have added tests that prove my change works as expected, and `make test` passes with no new errors or warnings
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code in particularly hard-to-understand areas

0 comments on commit bbf3d82

Please sign in to comment.