From ed7496ea470ba74d6715ecba3cdf20f049a38c52 Mon Sep 17 00:00:00 2001 From: Max Arnold Date: Wed, 31 Jul 2024 23:32:52 +0700 Subject: [PATCH] Replace Slack with Discord --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- .github/ISSUE_TEMPLATE/tech-debt.md | 2 +- .github/config.yml | 4 ++-- CONTRIBUTING.rst | 6 +++--- README.rst | 3 ++- SUPPORT.rst | 4 ++-- doc/_incl/requisite_incl.rst | 2 +- doc/conf.py | 2 +- doc/security/index.rst | 2 +- doc/topics/development/conventions/formulas.rst | 2 +- doc/topics/development/conventions/release.rst | 4 ++-- doc/topics/tutorials/states_pt4.rst | 2 +- 12 files changed, 19 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index c465f8de0fb7..690b27ae6728 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: true contact_links: - - name: Salt Community Slack - url: https://saltstackcommunity.slack.com/ + - name: Salt Community Discord + url: https://discord.com/invite/J7b7EscrAs about: Please ask and answer questions here. - name: Salt-Users Forum url: https://groups.google.com/forum/#!forum/salt-users diff --git a/.github/ISSUE_TEMPLATE/tech-debt.md b/.github/ISSUE_TEMPLATE/tech-debt.md index a13303e3ee11..6761145a4429 100644 --- a/.github/ISSUE_TEMPLATE/tech-debt.md +++ b/.github/ISSUE_TEMPLATE/tech-debt.md @@ -8,7 +8,7 @@ assignees: '' --- ### Description of the tech debt to be addressed, include links and screenshots - + ### Versions Report (Provided by running `salt --versions-report`. Please also mention any differences in master/minion versions.) diff --git a/.github/config.yml b/.github/config.yml index 6bf3cadf069f..b89e3c822bd1 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -13,7 +13,7 @@ newIssueWelcomeComment: > - [Community Wiki](https://github.com/saltstack/community/wiki) - [Salt’s Contributor Guide](https://docs.saltproject.io/en/master/topics/development/contributing.html) - - [Join our Community Slack](https://via.vmw.com/salt-slack) + - [Join our Community Discord](https://discord.com/invite/J7b7EscrAs) - [IRC on LiberaChat](https://web.libera.chat/#salt) - [Salt Project YouTube channel](https://www.youtube.com/channel/UCpveTIucFx9ljGelW63-BWg) - [Salt Project Twitch channel](https://www.twitch.tv/saltprojectoss) @@ -39,7 +39,7 @@ newPRWelcomeComment: > - [Community Wiki](https://github.com/saltstack/community/wiki) - [Salt’s Contributor Guide](https://docs.saltproject.io/en/master/topics/development/contributing.html) - - [Join our Community Slack](https://via.vmw.com/salt-slack) + - [Join our Community Discord](https://discord.com/invite/J7b7EscrAs) - [IRC on LiberaChat](https://web.libera.chat/#salt) - [Salt Project YouTube channel](https://www.youtube.com/channel/UCpveTIucFx9ljGelW63-BWg) - [Salt Project Twitch channel](https://www.twitch.tv/saltprojectoss) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 6a41d924ae30..5379f4485728 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -8,7 +8,7 @@ in a number of ways: - Use Salt and open well-written bug reports. - Join a `working group `__. - Answer questions on `irc `__, - the `community Slack `__, + the `community Discord `__, the `salt-users mailing list `__, `Server Fault `__, @@ -109,7 +109,7 @@ Then activate it: Sweet! Now you're ready to clone Salt so you can start hacking away! If you get stuck at any point, check out the resources at the beginning of -this guide. IRC and Slack are particularly helpful places to go. +this guide. IRC and Discord are particularly helpful places to go. Get the source! @@ -605,7 +605,7 @@ your PR is submitted during the week you should be able to expect some kind of communication within that business day. If your tests are passing and we're not in a code freeze, ideally your code will be merged that week or month. If you haven't heard from your assigned reviewer, ping them -on GitHub, `irc `__, or Community Slack. +on GitHub, `irc `__, or Community Discord. It's likely that your reviewer will leave some comments that need addressing - it may be a style change, or you forgot a changelog entry, diff --git a/README.rst b/README.rst index 32b20bdbbd6c..f3129299b114 100644 --- a/README.rst +++ b/README.rst @@ -103,7 +103,8 @@ Report bugs or problems using Salt by opening an issue: ``_ -**SaltStack Slack** - Alongside IRC is our SaltStack Community Slack for the +**SaltStack Slack** - Alongside IRC is our SaltStack Community Discord for the SaltStack Working groups. Use the following link to request an invitation. -``_ +``_ **Mailing List** - The SaltStack community users mailing list is hosted by Google groups. Anyone can post to ask questions about SaltStack products and diff --git a/doc/_incl/requisite_incl.rst b/doc/_incl/requisite_incl.rst index b478527d6b1b..f5723a952eaf 100644 --- a/doc/_incl/requisite_incl.rst +++ b/doc/_incl/requisite_incl.rst @@ -7,4 +7,4 @@ following the instructions in the The Salt Project community can help offer advice and help troubleshoot technical issues as you're learning about Salt. One of the best places to talk to the community is on the - `Salt Project Slack workspace `_. + `Salt Project Discord Community `_. diff --git a/doc/conf.py b/doc/conf.py index 33503d70e25b..78c3b29aebcb 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -180,7 +180,7 @@ .. _`salt-users`: https://groups.google.com/forum/#!forum/salt-users .. _`salt-announce`: https://groups.google.com/forum/#!forum/salt-announce .. _`salt-packagers`: https://groups.google.com/forum/#!forum/salt-packagers -.. _`salt-slack`: https://via.vmw.com/salt-slack +.. _`salt-discord`: https://discord.com/invite/J7b7EscrAs .. |windownload| raw:: html

Python3 x86: `__ landing page * `SaltStack Security RSS Feed `__ -* `SaltStack Community Slack Workspace `__ +* `Salt Project Discord Community `__ diff --git a/doc/topics/development/conventions/formulas.rst b/doc/topics/development/conventions/formulas.rst index ad9033b2d100..7e069d41ec96 100644 --- a/doc/topics/development/conventions/formulas.rst +++ b/doc/topics/development/conventions/formulas.rst @@ -222,7 +222,7 @@ repository in your own account on GitHub and notify a SaltStack employee when it is ready. We will add you to the Contributors team on the `saltstack-formulas`_ organization and help you transfer the repository over. Ping a SaltStack employee on IRC (`#salt`_ on LiberaChat), join the -``#formulas`` channel on the `salt-slack`_ (bridged to ``#saltstack-formulas`` +``#formulas`` channel on the `salt-discord`_ (bridged to ``#saltstack-formulas`` on LiberaChat) or send an email to the `salt-users`_ mailing list. Note that IRC logs are available at http://ngxbot.nginx.org/logs/%23salt/ and archives for FreeNode (up to mid-June 2021) https://logbot-archive.s3.amazonaws.com/freenode/salt.gz diff --git a/doc/topics/development/conventions/release.rst b/doc/topics/development/conventions/release.rst index c08447e20078..1cf05c8ff1f0 100644 --- a/doc/topics/development/conventions/release.rst +++ b/doc/topics/development/conventions/release.rst @@ -46,7 +46,7 @@ example): #. Publish the docs. #. Create release at `github`_ #. Update win-repo-ng with new salt versions. -#. Announce release is live to irc, salt-users, salt-announce and release slack +#. Announce release is live to irc, salt-users, salt-announce and release discord community channel. @@ -79,7 +79,7 @@ for a bugfix release. #. Publish the docs. #. Create release at `github`_ #. Update win-repo-ng with new salt versions. -#. Announce release is live to irc, salt-users, salt-announce and release slack channel. +#. Announce release is live to irc, salt-users, salt-announce and release discord channel. .. _`github`: https://github.com/saltstack/salt/releases .. _`repo.saltproject.io`: https://repo.saltproject.io diff --git a/doc/topics/tutorials/states_pt4.rst b/doc/topics/tutorials/states_pt4.rst index 96701b20af37..943f3079f114 100644 --- a/doc/topics/tutorials/states_pt4.rst +++ b/doc/topics/tutorials/states_pt4.rst @@ -211,7 +211,7 @@ can be found on GitHub in the `saltstack-formulas`_ collection of repositories. If you have any questions, suggestions, or just want to chat with other people who are using Salt, we have a very active community and we'd love to hear from you. One of the best places to talk to the community is on the -`Salt Project Slack workspace `_. +`Salt Project Discord Community `_. In addition, by continuing to the :ref:`Orchestrate Runner ` docs, you can learn about the powerful orchestration of which Salt is capable.