From 53cbc44d707c7b23f57c9b03ac12150bb5a4b74a Mon Sep 17 00:00:00 2001 From: Dylan T Date: Thu, 15 Feb 2024 14:51:34 +0000 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md [ci skip] --- .github/PULL_REQUEST_TEMPLATE.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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)