From 0c626e691e7657f467ee36f690d3962b30c6dc62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Fri, 20 Jul 2018 05:09:50 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md (#1505) --- .../core/.github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/framework/core/.github/PULL_REQUEST_TEMPLATE.md b/framework/core/.github/PULL_REQUEST_TEMPLATE.md index a4cf8816e..60082d469 100644 --- a/framework/core/.github/PULL_REQUEST_TEMPLATE.md +++ b/framework/core/.github/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,24 @@ + + **Fixes #0000** **Changes proposed in this pull request:** - + **Reviewers should focus on:** - + **Screenshot** + +**Confirmed** + +- [ ] Frontend changes: tested on a local Flarum installation. +- [ ] Backend changes: tests are green (run `php vendor/bin/phpunit`). + +**Required changes:** + +- [ ] Related documentation PR: (Remove if irrelevant) +- [ ] Related core extension PRs: (Remove if irrelevant)