Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
docs: update pr template (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
LordOfPolls authored Nov 19, 2022
1 parent 0d8a464 commit 13c592e
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,27 @@
- [ ] Breaking code change
- [ ] Documentation change/addition
- [ ] Tests change
- [ ] CI change
- [ ] Other: [Replace with a description]

## Description
<!-- Clearly and concisely describe what this PR is for, and why you feel it should be merged. -->


## Changes
<!-- - A bullet pointed list outlining the changes you have made -->
<!-- - A bullet-pointed list outlining the changes you have made -->


## Checklist
## Test Scenario(s)
<!-- If you changed any code, please provide us with clear instructions on how you verified your changes work. This includes test code. If you don't have a test scenario, please provide an explanation as to why this change does need to be tested. -->


<!-- These are actions you **must** have taken, if you haven't, your PR will be rejected -->
## Checklist
<!-- Please check which actions you have taken -->
- [ ] I've formatted my code with [Black](https://black.readthedocs.io/en/stable/)
- [ ] I've added docstrings to everything I've touched
- [ ] I've ensured my code works on `Python 3.10.x`
- [ ] I've tested my code
- [ ] I've ensured my code works on `Python 3.11.x`
- [ ] I've tested my changes
- [ ] I've added tests for my code - if applicable
- [ ] I've updated the documentation - if applicable

0 comments on commit 13c592e

Please sign in to comment.