diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..73f4ff8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,65 @@ + + +## Summary + + + +### Related issue + + + +## Changes + + + +### Accessibility + + + +### Screenshots + + + +### Type of change + + + +- [ ] Bug fix (fixes an issue without altering functionality) +- [ ] New feature (adds non-breaking functionality) +- [ ] Breaking change (alters existing functionality) +- [ ] UI/UX improvement (enhances user interface without altering functionality) +- [ ] Refactor (improves code quality without altering functionality) +- [ ] Documentation update +- [ ] Other (please describe below) + +--- + +## Checklist + +- [ ] I have verified the accessibility of my changes +- [ ] I have tested all possible scenarios for this change +- [ ] I have made corresponding changes to the documentation: + - [ ] Updated `config.toml` comments + - [ ] Updated `theme.toml` comments + - [ ] Updated "Mastering tabi" post in English + - [ ] (Optional) Updated "Mastering tabi" post in Spanish + - [ ] (Optional) Updated "Mastering tabi" post in Catalan