Skip to content

Commit

Permalink
Add a Pull Request Template file for the repository
Browse files Browse the repository at this point in the history
Add a Pull Request Template file for the repository to help create
standardised Pull Requests in n3tuk.
  • Loading branch information
jonathanio committed Nov 30, 2023
1 parent 44da631 commit 6cc88ee
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Checklist

Please confirm the following checks:

- [ ] My pull request follows the guidelines set out in `CONTRIBUTING.md`.
- [ ] I have performed a self-review of my code and run any tests locally to check.
- [ ] I have added tests that prove my changes are effective and work correctly.
- [ ] I have made corresponding changes to the documentation as needed.
- [ ] I have checked my code and corrected any misspellings.
- [ ] Each commit in this pull request has meaningful subject & body for context.
- [ ] I have squashed all "fix(up)" commits to provide a clean code history.
- [ ] My pull request has an appropriate title and description for context.
- [ ] I have linked this pull request to other issues or pull requests as needed.
- [ ] I have added `type/...`, `changes/...`, and 'release/...' labels as needed.

0 comments on commit 6cc88ee

Please sign in to comment.