summaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-01-10 14:09:43 +0900
committerSho Sakuma <me@m1sk9.dev>2026-01-10 14:09:43 +0900
commit7c4855a999c4d5dfd04d3aea07dd42f21eb83ee2 (patch)
treee238a6182491dea36c7c32c1b4833dc2fdc44608 /.github/PULL_REQUEST_TEMPLATE.md
parent340eb72a77bca58ebce15280e3f166f2a3b4966d (diff)
downloadLunaticChat-7c4855a999c4d5dfd04d3aea07dd42f21eb83ee2.tar.gz
LunaticChat-7c4855a999c4d5dfd04d3aea07dd42f21eb83ee2.tar.bz2
LunaticChat-7c4855a999c4d5dfd04d3aea07dd42f21eb83ee2.zip
chore: Add template
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md54
1 files changed, 54 insertions, 0 deletions
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
+
+<!-- Provide a clear and concise description of what this PR changes -->
+
+## Type of Change
+
+<!-- Check the relevant boxes -->
+
+- [ ] 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
+
+<!-- Link any related issues here -->
+<!-- Example: Fixes #123, Relates to #456 -->
+
+Closes #
+
+## Testing
+
+<!-- Describe the testing you performed to verify your changes -->
+
+**Test Environment:**
+- Minecraft Version:
+- Paper Version:
+- Java Version:
+
+**Test Steps:**
+1.
+2.
+3.
+
+## Checklist
+
+<!-- Check all that apply -->
+
+- [ ] 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)
+
+<!-- Add any relevant screenshots or logs here -->
+
+## Additional Context
+
+<!-- Add any other context about the PR here -->