diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-11-06 10:51:09 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-11-06 10:51:26 (GMT) |
commit | 7046d4cbe5841f4635c91d07ee667d1cd3a1c40e (patch) | |
tree | e74b2b0b039e493727124ac96320c293b3639e6a /Help | |
parent | 099f6c300aabb050902fe248dbbf1487cf494d61 (diff) | |
parent | 4af39fe25b5f8de9cebec2f1b549f2212d3f033f (diff) | |
download | CMake-7046d4cbe5841f4635c91d07ee667d1cd3a1c40e.zip CMake-7046d4cbe5841f4635c91d07ee667d1cd3a1c40e.tar.gz CMake-7046d4cbe5841f4635c91d07ee667d1cd3a1c40e.tar.bz2 |
Merge topic 'doc-discourse'
4af39fe25b CMakeSystemSpecificInformation: Replace mailing list with Discourse Forum
d0be4d5365 README: Replace link to mailing list the CMake Discourse Forum
4dd6ad20b6 README: Update links to cmake.org pages
821bfca89b Help: Replace links to mailing lists with links to our Discourse Forum
32d8de1463 CMakeCPack: Update Debian package contact email
2fae9101e5 Help/dev: Update maintainer guide for Discourse transition
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3998
Diffstat (limited to 'Help')
-rw-r--r-- | Help/dev/maint.rst | 11 | ||||
-rw-r--r-- | Help/manual/LINKS.txt | 10 |
2 files changed, 9 insertions, 12 deletions
diff --git a/Help/dev/maint.rst b/Help/dev/maint.rst index 37a1d3a..44e2273 100644 --- a/Help/dev/maint.rst +++ b/Help/dev/maint.rst @@ -279,10 +279,11 @@ Push the update to the ``master`` and ``release`` branches: Announce 'release' Branch ------------------------- -Send email to the ``cmake-developers@cmake.org`` mailing list (perhaps -in reply to a release preparation thread) announcing that post-release -development is open:: +Post a topic to the `CMake Discourse Forum Development Category`_ +announcing that post-release development is open:: - I've branched 'release' for $ver. The repository is now open for - post-$ver development. Please rebase open merge requests on 'master' + I've branched `release` for $ver. The repository is now open for + post-$ver development. Please rebase open merge requests on `master` before staging or merging. + +.. _`CMake Discourse Forum Development Category`: https://discourse.cmake.org/c/development diff --git a/Help/manual/LINKS.txt b/Help/manual/LINKS.txt index 60a260c..810fa0b 100644 --- a/Help/manual/LINKS.txt +++ b/Help/manual/LINKS.txt @@ -11,11 +11,7 @@ Online Documentation and Community Resources Links to available documentation and community resources may be found on this web page. -Mailing List - https://cmake.org/mailing-lists +Discourse Forum + https://discourse.cmake.org - For help and discussion about using CMake, a mailing list is - provided at cmake@cmake.org. The list is member-post-only but one - may sign up on the CMake web page. Please first read the full - documentation at https://cmake.org before posting questions to - the list. + The Discourse Forum hosts discussion and questions about CMake. |