Skip to content

Commit

Permalink
chore: create pull_request_template.md
Browse files Browse the repository at this point in the history
Adding a PR template to remind ourselves to document what the PR is changing and why.
  • Loading branch information
dwsilk authored Aug 21, 2023
1 parent e8da250 commit 7cd70f2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#### Description
*What does this change aim to achieve?*



#### Intention
*Why is this change being made? What implications or other considerations are there?*



#### Checklist
*If not applicable, provide explanation of why.*
- [ ] Tests updated
- [ ] Docs updated
- [ ] Issue linked in Title

0 comments on commit 7cd70f2

Please sign in to comment.