Skip to content
Merged
Changes from 1 commit
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
35 changes: 35 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 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
- [ ] Added/removed dependencies
- [ ] Requires documentation updates

# Testing

Please describe the test(s) that you added and ran to verify your changes.
Comment thread
mcbarton marked this conversation as resolved.
Outdated

## 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
Comment thread
mcbarton marked this conversation as resolved.
Outdated
- [ ] I have used understandable variable names
Comment thread
mcbarton marked this conversation as resolved.
Outdated
- [ ] I have squashed my commits into a single commit ready for review
Comment thread
mcbarton marked this conversation as resolved.
Outdated
- [ ] I have run `git-clang-format HEAD~` on my changes
Comment thread
mcbarton marked this conversation as resolved.
Outdated
- [ ] I have made corresponding changes to the documentation
- [ ] I have performed a self-review of my own code
Comment thread
mcbarton marked this conversation as resolved.
Outdated
- [ ] I have commented my code, particularly in hard-to-understand areas
Comment thread
mcbarton marked this conversation as resolved.
Outdated