From 7983e068e176a0e3cffb3794d9665fb862614158 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 10 Aug 2017 09:56:41 -0400 Subject: 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. --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 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 0000000..d934bf9 --- /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. -- cgit v0.12