From 01762fc54584f47fa1832c8a929aa7d41e9149e7 Mon Sep 17 00:00:00 2001 From: welpo Date: Sun, 29 Oct 2023 01:59:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20chore:=20add=20Pull=20Request=20?= =?UTF-8?q?template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/PULL_REQUEST_TEMPLATE.md | 65 ++++++++++++++++++++++++++++++++ 1 file changed, 65 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 000000000..73f4ff8dd --- /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