diff options
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 53 |
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 --> |
