diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8a541dfec..022518e81 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -34,7 +34,10 @@ Requires translations: ## Tests +I tested this PR by doing the following (tick all that apply): +- [ ] Writing PHPUnit tests (commit these in the `tests/phpunit` folder) +- [ ] Playtesting using a Minecraft client (provide screenshots or a video) +- [ ] Writing a test plugin (provide the code and sample output) +- [ ] Other (provide details)