Skip to content

Commit

Permalink
Add pull request template
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed Nov 17, 2022
1 parent 09a71dc commit f8f1a5a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/pull_request_template.md
@@ -0,0 +1,16 @@
## Summary

<!-- Summarise your change here -->

## Tasks

<!-- Mark tasks as complete or not applicable using [x] -->

- [ ] Added unit tests
- [ ] Added documentation for new features (where applicable)
- [ ] Added release notes (using [`reno`](https://pypi.org/project/reno/))
- [ ] Ran test suite and style checks and built documentation (`tox`)

## Further details

<!-- Note any further details here, where applicable -->

0 comments on commit f8f1a5a

Please sign in to comment.