Add pull request template

This commit is contained in:
Chris Veleris 2025-11-01 07:55:06 +02:00
parent 7e86c00ccd
commit 054f33fdca

59
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,59 @@
<!--
Thank you for contributing to tududi!
Before submitting:
1. Read the Contributing Guide: https://github.com/chrisvel/tududi/blob/main/.github/CONTRIBUTING.md
2. Run: npm run pre-push (linting, formatting, tests)
3. Fill out the sections below and check all applicable boxes (replace [ ] with [x])
4. Delete sections that don't apply to your PR
-->
## Description
<!-- What does this PR do? Why is this change needed? -->
## Type of Change
- [ ] Bug fix (fixes an issue)
- [ ] New feature (adds functionality)
- [ ] Breaking change (breaks existing functionality)
- [ ] Documentation/Translation update
## Related Issues
<!-- Link issues using: Fixes #123, Closes #456 -->
Fixes #
## Testing
**How did you test this?**
<!-- Describe your testing steps -->
**Commands run:**
- [ ] `npm run pre-push` (linting + formatting + tests)
- [ ] Tested manually in browser
- [ ] Tested on mobile (if UI changes)
## Screenshots
<!-- If UI changes, add before/after screenshots. Delete this section if not applicable. -->
## 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
<!-- Anything else reviewers should know? -->