summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-08-10 09:56:41 -0400
committerBrad King <brad.king@kitware.com>2017-08-11 08:23:09 -0400
commit7983e068e176a0e3cffb3794d9665fb862614158 (patch)
tree9889a79336fb2e45739e049b228ebbac41fba2e6 /.github
parentdfbe55b2dfe1d53f6d8c43c521dbe77852473c39 (diff)
downloadcmake-7983e068e176a0e3cffb3794d9665fb862614158.tar.gz
Add GitHub PR template to point contributors at CONTRIBUTING.rst
GitHub's link to the contribution guidelines in `CONTRIBUTING.rst` is not prominent enough to be reliably noticed and followed by new contributors. Add a PR template to make the link more visible.
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000000..d934bf92f7
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,7 @@
+Thanks for your interest in contributing to CMake! The GitHub repository
+is a mirror provided for convenience, but CMake does not use GitHub pull
+requests for contribution. Please see
+
+ https://gitlab.kitware.com/cmake/cmake/tree/master/CONTRIBUTING.rst
+
+for contribution instructions. GitHub OAuth may be used to sign in.