From 6a6e2d7df380b8307074e3582a1135ad53d499a5 Mon Sep 17 00:00:00 2001 From: Danny Brown Date: Mon, 9 Dec 2019 22:05:05 -0500 Subject: [PATCH] docs: shift pr template up a dir --- .github/pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..4a5623153 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ +### 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 +