Skip to content

Commit

Permalink
Add basic pull request template (#5)
Browse files Browse the repository at this point in the history
This adds a basic template so we don't use the one in our organization.
  • Loading branch information
beagleknight authored Dec 12, 2024
1 parent 4065304 commit b3c8584
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Describe your changes

## Checklist before requesting a review

- [ ] I have performed a self-review of my code
- [ ] If it is a core feature, I have added thorough tests.
- [ ] Do we need to implement analytics?
- [ ] Will this be part of a product update? If yes, please write one phrase about this update.

0 comments on commit b3c8584

Please sign in to comment.