From 054f33fdca0f69bd75cb981ef7eaef4ac87e6acc Mon Sep 17 00:00:00 2001 From: Chris Veleris Date: Sat, 1 Nov 2025 07:55:06 +0200 Subject: [PATCH] Add pull request template --- .github/pull_request_template.md | 59 ++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..9621dc0 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,59 @@ + + +## Description + + + + +## Type of Change + +- [ ] Bug fix (fixes an issue) +- [ ] New feature (adds functionality) +- [ ] Breaking change (breaks existing functionality) +- [ ] Documentation/Translation update + +## Related Issues + + + +Fixes # + +## Testing + +**How did you test this?** + + + +**Commands run:** + +- [ ] `npm run pre-push` (linting + formatting + tests) +- [ ] Tested manually in browser +- [ ] Tested on mobile (if UI changes) + +## Screenshots + + + + +## Checklist + +- [ ] This is not an AI slop crap0'/|, I know what I am doing +- [ ] Code follows project style guidelines +- [ ] Self-reviewed my own code +- [ ] Added/updated tests (if applicable) +- [ ] Updated documentation (if needed) +- [ ] Database migrations included and tested (if applicable) +- [ ] Translation keys added and synced (if applicable) + +## Additional Notes + + +