Skip to content

Commit

Permalink
Update Pull Request Template (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Oct 12, 2021
1 parent 7ce3e7d commit 976fc18
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
<!--
Thanks for submitting a PR, your contribution is really appreciated!
Below are a few things we ask you kindly to self-check before getting a review. Remove checks that are not relevant.
<!-- Thanks for submitting a PR, your contribution is really appreciated! -->
<!-- Unless your change is trivial, please create an issue to discuss the change before creating a PR -->
<!-- Below are a few things we ask you kindly to self-check before getting a review. Remove checks that are not relevant.
-->

Checklist
## Change Summary

<!-- Please give a short summary of the changes. -->

- [ ] Passes `pre-commit run --all-files`
- [ ] Tests added / passed
## Related issue number

<!-- Are there any issues opened that will be resolved by merging this change? -->
<!--
Please note any issues this fixes using [closing keywords]( https://help.github.com/articles/closing-issues-using-keywords/ ):
-->

## Checklist

- [ ] Unit tests for the changes exist
- [ ] Tests pass on CI
- [ ] Documentation reflects the changes where applicable

<!--
Please add any other relevant info below:
-->

0 comments on commit 976fc18

Please sign in to comment.