mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Replace Slack with Discord
This commit is contained in:
parent
137ccc40db
commit
ed7496ea47
12 changed files with 19 additions and 18 deletions
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
blank_issues_enabled: true
|
blank_issues_enabled: true
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Salt Community Slack
|
- name: Salt Community Discord
|
||||||
url: https://saltstackcommunity.slack.com/
|
url: https://discord.com/invite/J7b7EscrAs
|
||||||
about: Please ask and answer questions here.
|
about: Please ask and answer questions here.
|
||||||
- name: Salt-Users Forum
|
- name: Salt-Users Forum
|
||||||
url: https://groups.google.com/forum/#!forum/salt-users
|
url: https://groups.google.com/forum/#!forum/salt-users
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/tech-debt.md
vendored
2
.github/ISSUE_TEMPLATE/tech-debt.md
vendored
|
@ -8,7 +8,7 @@ assignees: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
### Description of the tech debt to be addressed, include links and screenshots
|
### Description of the tech debt to be addressed, include links and screenshots
|
||||||
<!-- Note: Please direct questions to the salt-users google group, IRC or Community Slack. -->
|
<!-- Note: Please direct questions to the salt-users google group, IRC or Community Discord. -->
|
||||||
|
|
||||||
### Versions Report
|
### Versions Report
|
||||||
(Provided by running `salt --versions-report`. Please also mention any differences in master/minion versions.)
|
(Provided by running `salt --versions-report`. Please also mention any differences in master/minion versions.)
|
||||||
|
|
4
.github/config.yml
vendored
4
.github/config.yml
vendored
|
@ -13,7 +13,7 @@ newIssueWelcomeComment: >
|
||||||
|
|
||||||
- [Community Wiki](https://github.com/saltstack/community/wiki)
|
- [Community Wiki](https://github.com/saltstack/community/wiki)
|
||||||
- [Salt’s Contributor Guide](https://docs.saltproject.io/en/master/topics/development/contributing.html)
|
- [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)
|
- [IRC on LiberaChat](https://web.libera.chat/#salt)
|
||||||
- [Salt Project YouTube channel](https://www.youtube.com/channel/UCpveTIucFx9ljGelW63-BWg)
|
- [Salt Project YouTube channel](https://www.youtube.com/channel/UCpveTIucFx9ljGelW63-BWg)
|
||||||
- [Salt Project Twitch channel](https://www.twitch.tv/saltprojectoss)
|
- [Salt Project Twitch channel](https://www.twitch.tv/saltprojectoss)
|
||||||
|
@ -39,7 +39,7 @@ newPRWelcomeComment: >
|
||||||
|
|
||||||
- [Community Wiki](https://github.com/saltstack/community/wiki)
|
- [Community Wiki](https://github.com/saltstack/community/wiki)
|
||||||
- [Salt’s Contributor Guide](https://docs.saltproject.io/en/master/topics/development/contributing.html)
|
- [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)
|
- [IRC on LiberaChat](https://web.libera.chat/#salt)
|
||||||
- [Salt Project YouTube channel](https://www.youtube.com/channel/UCpveTIucFx9ljGelW63-BWg)
|
- [Salt Project YouTube channel](https://www.youtube.com/channel/UCpveTIucFx9ljGelW63-BWg)
|
||||||
- [Salt Project Twitch channel](https://www.twitch.tv/saltprojectoss)
|
- [Salt Project Twitch channel](https://www.twitch.tv/saltprojectoss)
|
||||||
|
|
|
@ -8,7 +8,7 @@ in a number of ways:
|
||||||
- Use Salt and open well-written bug reports.
|
- Use Salt and open well-written bug reports.
|
||||||
- Join a `working group <https://github.com/saltstack/community>`__.
|
- Join a `working group <https://github.com/saltstack/community>`__.
|
||||||
- Answer questions on `irc <https://web.libera.chat/#salt>`__,
|
- Answer questions on `irc <https://web.libera.chat/#salt>`__,
|
||||||
the `community Slack <https://via.vmw.com/salt-slack>`__,
|
the `community Discord <https://discord.com/invite/J7b7EscrAs>`__,
|
||||||
the `salt-users mailing
|
the `salt-users mailing
|
||||||
list <https://groups.google.com/forum/#!forum/salt-users>`__,
|
list <https://groups.google.com/forum/#!forum/salt-users>`__,
|
||||||
`Server Fault <https://serverfault.com/questions/tagged/saltstack>`__,
|
`Server Fault <https://serverfault.com/questions/tagged/saltstack>`__,
|
||||||
|
@ -109,7 +109,7 @@ Then activate it:
|
||||||
|
|
||||||
Sweet! Now you're ready to clone Salt so you can start hacking away! If
|
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
|
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!
|
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
|
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
|
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
|
that week or month. If you haven't heard from your assigned reviewer, ping them
|
||||||
on GitHub, `irc <https://web.libera.chat/#salt>`__, or Community Slack.
|
on GitHub, `irc <https://web.libera.chat/#salt>`__, or Community Discord.
|
||||||
|
|
||||||
It's likely that your reviewer will leave some comments that need
|
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,
|
addressing - it may be a style change, or you forgot a changelog entry,
|
||||||
|
|
|
@ -103,7 +103,8 @@ Report bugs or problems using Salt by opening an issue: `<https://github.com/sal
|
||||||
|
|
||||||
To join our community forum where you can exchange ideas, best practices,
|
To join our community forum where you can exchange ideas, best practices,
|
||||||
discuss technical support questions, and talk to project maintainers, join our
|
discuss technical support questions, and talk to project maintainers, join our
|
||||||
Discord workspace: `Salt Project Community Discord`_
|
Discord server: `Salt Project Community Discord`_
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Salt Project documentation
|
Salt Project documentation
|
||||||
|
|
|
@ -8,10 +8,10 @@ it may take a few moments for someone to reply.
|
||||||
|
|
||||||
`<https://web.libera.chat/#salt>`_
|
`<https://web.libera.chat/#salt>`_
|
||||||
|
|
||||||
**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.
|
SaltStack Working groups. Use the following link to request an invitation.
|
||||||
|
|
||||||
`<https://via.vmw.com/salt-slack>`_
|
`<https://discord.com/invite/J7b7EscrAs>`_
|
||||||
|
|
||||||
**Mailing List** - The SaltStack community users mailing list is hosted by
|
**Mailing List** - The SaltStack community users mailing list is hosted by
|
||||||
Google groups. Anyone can post to ask questions about SaltStack products and
|
Google groups. Anyone can post to ask questions about SaltStack products and
|
||||||
|
|
|
@ -7,4 +7,4 @@ following the instructions in the
|
||||||
The Salt Project community can help offer advice and help troubleshoot
|
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
|
technical issues as you're learning about Salt. One of the best places to
|
||||||
talk to the community is on the
|
talk to the community is on the
|
||||||
`Salt Project Slack workspace <https://saltstackcommunity.slack.com/>`_.
|
`Salt Project Discord Community <https://discord.com/invite/J7b7EscrAs>`_.
|
||||||
|
|
|
@ -180,7 +180,7 @@ rst_prolog = """\
|
||||||
.. _`salt-users`: https://groups.google.com/forum/#!forum/salt-users
|
.. _`salt-users`: https://groups.google.com/forum/#!forum/salt-users
|
||||||
.. _`salt-announce`: https://groups.google.com/forum/#!forum/salt-announce
|
.. _`salt-announce`: https://groups.google.com/forum/#!forum/salt-announce
|
||||||
.. _`salt-packagers`: https://groups.google.com/forum/#!forum/salt-packagers
|
.. _`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
|
.. |windownload| raw:: html
|
||||||
|
|
||||||
<p>Python3 x86: <a
|
<p>Python3 x86: <a
|
||||||
|
|
|
@ -123,4 +123,4 @@ In addition to the mailing lists, SaltStack also provides the following resource
|
||||||
|
|
||||||
* `SaltStack Security Announcements <https://www.saltstack.com/security-announcements/>`__ landing page
|
* `SaltStack Security Announcements <https://www.saltstack.com/security-announcements/>`__ landing page
|
||||||
* `SaltStack Security RSS Feed <http://www.saltstack.com/feed/?post_type=security>`__
|
* `SaltStack Security RSS Feed <http://www.saltstack.com/feed/?post_type=security>`__
|
||||||
* `SaltStack Community Slack Workspace <http://saltstackcommunity.slack.com/>`__
|
* `Salt Project Discord Community <https://discord.com/invite/J7b7EscrAs>`__
|
||||||
|
|
|
@ -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
|
it is ready. We will add you to the Contributors team on the
|
||||||
`saltstack-formulas`_ organization and help you transfer the repository over.
|
`saltstack-formulas`_ organization and help you transfer the repository over.
|
||||||
Ping a SaltStack employee on IRC (`#salt`_ on LiberaChat), join the
|
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
|
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
|
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
|
for FreeNode (up to mid-June 2021) https://logbot-archive.s3.amazonaws.com/freenode/salt.gz
|
||||||
|
|
|
@ -46,7 +46,7 @@ example):
|
||||||
#. Publish the docs.
|
#. Publish the docs.
|
||||||
#. Create release at `github`_
|
#. Create release at `github`_
|
||||||
#. Update win-repo-ng with new salt versions.
|
#. 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.
|
community channel.
|
||||||
|
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ for a bugfix release.
|
||||||
#. Publish the docs.
|
#. Publish the docs.
|
||||||
#. Create release at `github`_
|
#. Create release at `github`_
|
||||||
#. Update win-repo-ng with new salt versions.
|
#. 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
|
.. _`github`: https://github.com/saltstack/salt/releases
|
||||||
.. _`repo.saltproject.io`: https://repo.saltproject.io
|
.. _`repo.saltproject.io`: https://repo.saltproject.io
|
||||||
|
|
|
@ -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
|
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
|
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
|
you. One of the best places to talk to the community is on the
|
||||||
`Salt Project Slack workspace <https://saltstackcommunity.slack.com/>`_.
|
`Salt Project Discord Community <https://discord.com/invite/J7b7EscrAs>`_.
|
||||||
|
|
||||||
In addition, by continuing to the :ref:`Orchestrate Runner <orchestrate-runner>` docs,
|
In addition, by continuing to the :ref:`Orchestrate Runner <orchestrate-runner>` docs,
|
||||||
you can learn about the powerful orchestration of which Salt is capable.
|
you can learn about the powerful orchestration of which Salt is capable.
|
||||||
|
|
Loading…
Add table
Reference in a new issue