Skip to content

Commit

Permalink
Added pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton committed Nov 27, 2024
1 parent 5f1d956 commit f9bcaff
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Description

Please include a summary of changes, motivation and context for this PR.

Fixes # (issue)

## Type of change

Please tick all options which are relevant.

- [ ] Bug fix
- [ ] New feature
- [ ] Requires documentation updates

# Testing

Please describe the test(s) that you added and ran to verify your changes.

## Test(s) description

**Test Configuration**:

* OS:

# Checklist:

- [ ] I have added tests that prove my fix is effective and/or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] I have used understandable variable names
- [ ] I have squashed my commits into a single commit ready for review
- [ ] I have run `git-clang-format HEAD~` on my changes
- [ ] I have made corresponding changes to the documentation
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas

0 comments on commit f9bcaff

Please sign in to comment.