Skip to content

Commit

Permalink
chore: added pr template
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaezp committed Dec 5, 2024
1 parent 35cb9d8 commit ce53dee
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
### Purpose

(FILL ME IN) This section describes why this PR is here. Usually it would include a reference to issues.

### Declarations

Check these if you believe they are true

- [ ] The codebase is in a better state after this PR
- [ ] Has linting/formatting been run? (`make lint`, `make format`, `make check`)
- [ ] Was it tested locally? (`make test`)
- [ ] Has the changelog been updated?
- [ ] Have the docs been updated?
- [ ] The level of testing this PR includes is appropriate

### Reviewers

(FILL ME IN) Reviewer 1 (If possible, assign the Reviewer for the PR)
(FILL ME IN, Optional) Any additional notes to reviewers or testers.

### FYIs

(FILL ME IN, Optional) Names of anyone else you wish to be notified of

#### Notes

(FILL ME IN, Optional) Additional context to this PR.

0 comments on commit ce53dee

Please sign in to comment.