diff options
author | Brad King <brad.king@kitware.com> | 2017-08-11 13:51:45 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-08-11 13:51:54 (GMT) |
commit | c47c011c77bfd1bfb8d2060511a2b957ce181c62 (patch) | |
tree | f6aeea9a4a6da9714a7b9881f0f7efd357b18e4c | |
parent | 73657a35e6f64e530e8bbda90757c3762d7c36c6 (diff) | |
parent | 7983e068e176a0e3cffb3794d9665fb862614158 (diff) | |
download | CMake-c47c011c77bfd1bfb8d2060511a2b957ce181c62.zip CMake-c47c011c77bfd1bfb8d2060511a2b957ce181c62.tar.gz CMake-c47c011c77bfd1bfb8d2060511a2b957ce181c62.tar.bz2 |
Merge topic 'github-pr-template'
7983e068 Add GitHub PR template to point contributors at CONTRIBUTING.rst
Acked-by: Kitware Robot <kwrobot@kitware.com>
Reviewed-by: Ben Boeckel <ben.boeckel@kitware.com>
Reviewed-by: Craig Scott <craig.scott@crascit.com>
Merge-request: !1125
-rw-r--r-- | .github/pull_request_template.md | 7 |
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 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. |