From 7c4855a999c4d5dfd04d3aea07dd42f21eb83ee2 Mon Sep 17 00:00:00 2001 From: Sho Sakuma Date: Sat, 10 Jan 2026 14:09:43 +0900 Subject: chore: Add template --- .github/PULL_REQUEST_TEMPLATE.md | 54 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md (limited to '.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..fd86a4f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,54 @@ +## Description + + + +## Type of Change + + + +- [ ] Bug fix (non-breaking change that fixes an issue) +- [ ] New feature (non-breaking change that adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] Documentation update +- [ ] Refactoring / Code cleanup +- [ ] Other (please describe): + +## Related Issues + + + + +Closes # + +## Testing + + + +**Test Environment:** +- Minecraft Version: +- Paper Version: +- Java Version: + +**Test Steps:** +1. +2. +3. + +## Checklist + + + +- [ ] Code follows ktlint style guidelines (`./gradlew ktlintCheck`) +- [ ] Build passes (`./gradlew build`) +- [ ] Tested on Paper server +- [ ] Updated documentation if needed +- [ ] No breaking changes (or documented if necessary) +- [ ] All new and existing tests pass + +## Screenshots / Logs (if applicable) + + + +## Additional Context + + -- cgit v1.2.1