From 3f35dd86e2d75048d7e74fe7c203f02becdcbdac Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov <38059171+askvortsov1@users.noreply.github.com> Date: Mon, 30 Aug 2021 15:41:18 -0400 Subject: [PATCH] Move PR template to central repo --- .../core/.github/PULL_REQUEST_TEMPLATE.md | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 framework/core/.github/PULL_REQUEST_TEMPLATE.md diff --git a/framework/core/.github/PULL_REQUEST_TEMPLATE.md b/framework/core/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index caf2c37dd..000000000 --- a/framework/core/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,24 +0,0 @@ - - -**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 `composer test`). - -**Required changes:** - -- [ ] Related documentation PR: (Remove if irrelevant) -- [ ] Related core extension PRs: (Remove if irrelevant)