diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-05-23 23:11:03 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2020-05-23 23:13:48 (GMT) |
commit | 4f7cdcaabf1752f8088d23095f3d4186ed3de2e2 (patch) | |
tree | 208f7d3ecd6a1a3b7f7f498591c38c9ab6cdeade /CONTRIBUTING.rst | |
parent | eac593ea9f929ec4f51f8c6b707414fef3cc0ad5 (diff) | |
download | CMake-4f7cdcaabf1752f8088d23095f3d4186ed3de2e2.zip CMake-4f7cdcaabf1752f8088d23095f3d4186ed3de2e2.tar.gz CMake-4f7cdcaabf1752f8088d23095f3d4186ed3de2e2.tar.bz2 |
Help: Update contributor instructions to refer to the forum
Fixes: #20746
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r-- | CONTRIBUTING.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 7983be1..3006214 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -11,11 +11,11 @@ Community CMake is maintained and supported by `Kitware`_ and developed in collaboration with a productive community of contributors. -Please subscribe and post to the `CMake Developers List`_ to raise +Please post to the ``Development`` category of the `CMake Forum`_ to raise discussion of development topics. .. _`Kitware`: http://www.kitware.com/cmake -.. _`CMake Developers List`: https://cmake.org/mailman/listinfo/cmake-developers +.. _`CMake Forum`: https://discourse.cmake.org Patches ======= |