From b9836f6c7183ef4b86c5243178225b579cca82ef Mon Sep 17 00:00:00 2001 From: Danny Brown Date: Mon, 9 Dec 2019 22:06:01 -0500 Subject: [PATCH] docs: templates in P_R_T directory can only be set w/ query string; removing --- .../pull_request_template.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md deleted file mode 100644 index 4a5623153..000000000 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ /dev/null @@ -1,16 +0,0 @@ -### PR Checklist - -- [ ] Brief description of changes -- [ ] Links to any relevant issues -- [ ] Required status checks are passing -- [ ] User cases if changes impact the user's experience -- [ ] `@mention` a maintainer to request a review - - - - -[blog]: https://circleci.com/blog/triggering-trusted-ci-jobs-on-untrusted-forks/ -[script]: https://github.com/jklukas/git-push-fork-to-upstream-branch -