From 735583397c35a3d5ed002284627f20c2165e86f5 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 --- .github/PULL_REQUEST_TEMPLATE.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index caf2c37dd..000000000 --- a/.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)