summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-01-25 12:14:33 +0900
committerSho Sakuma <me@m1sk9.dev>2026-01-25 12:14:33 +0900
commitdb70d1dca60c5349f70e3a5a825539f328e7072f (patch)
tree2cb1325cced1e7cdba2b52f78b2ca7d6e232b03d /.github
parent62691fe3564378ca60e1637ebd67c430995270a0 (diff)
downloadLunaticChat-db70d1dca60c5349f70e3a5a825539f328e7072f.tar.gz
LunaticChat-db70d1dca60c5349f70e3a5a825539f328e7072f.tar.bz2
LunaticChat-db70d1dca60c5349f70e3a5a825539f328e7072f.zip
docs: Remove pull-request template
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md53
1 files changed, 0 insertions, 53 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
deleted file mode 100644
index a0728d2..0000000
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ /dev/null
@@ -1,53 +0,0 @@
-## 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 -->
-
-close #
-
-## 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 -->