Skip to content

Commit 6310a5d

Browse files
carlescufinashif
authored andcommitted
doc: Document the switch from Slack to Discord
After the Technical Steering Committee decided to approve the transition from Slack to Discord, it is necessary to update all the documentation to reflect this change. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
1 parent f9a8a1d commit 6310a5d

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ and the documentation's `Getting Started Guide`_ to start developing.
3939
Community Support
4040
*****************
4141

42-
Community support is provided via mailing lists and Slack; see the Resources
42+
Community support is provided via mailing lists and Discord; see the Resources
4343
below for details.
4444

4545
.. _project-resources:
@@ -64,8 +64,8 @@ Here's a quick summary of resources to help you find your way around:
6464
* **Nightly CI Build Status**: https://lists.zephyrproject.org/g/builds
6565
The builds@lists.zephyrproject.org mailing list archives the CI
6666
(buildkite) nightly build results.
67-
* **Chat**: Zephyr's Slack workspace is https://zephyrproject.slack.com. Use
68-
this `Slack Invite`_ to register.
67+
* **Chat**: Real-time chat happens in Zephyr's Discord Server. Use
68+
this `Discord Invite`_ to register.
6969
* **Contributing**: see the `Contribution Guide`_
7070
* **Wiki**: `Zephyr GitHub wiki`_
7171
* **Issues**: https://github.com/zephyrproject-rtos/zephyr/issues
@@ -74,7 +74,7 @@ Here's a quick summary of resources to help you find your way around:
7474
tracked separately at https://zephyrprojectsec.atlassian.net.
7575
* **Zephyr Project Website**: https://zephyrproject.org
7676

77-
.. _Slack Invite: https://tinyurl.com/2vue8666
77+
.. _Discord Invite: https://chat.zephyrproject.org
7878
.. _supported boards: http://docs.zephyrproject.org/latest/boards/index.html
7979
.. _Zephyr Documentation: http://docs.zephyrproject.org
8080
.. _Introduction to Zephyr: http://docs.zephyrproject.org/latest/introduction/index.html

doc/contribute/index.rst

+7-6
Original file line numberDiff line numberDiff line change
@@ -205,15 +205,16 @@ Pull Requests and Issues
205205

206206
.. _Zephyr devel mailing list: https://lists.zephyrproject.org/g/devel
207207

208-
.. _Zephyr Slack channel: https://zephyrproject.slack.com
208+
.. _Zephyr Discord Server: https://chat.zephyrproject.org
209209

210210
Before starting on a patch, first check in our issues `Zephyr Project Issues`_
211211
system to see what's been reported on the issue you'd like to address. Have a
212-
conversation on the `Zephyr devel mailing list`_ (or the the `Zephyr Slack channel`_)
213-
to see what others think of your issue (and proposed solution). You may find
214-
others that have encountered the issue you're finding, or that have similar
215-
ideas for changes or additions. Send a message to the `Zephyr devel mailing list`_
216-
to introduce and discuss your idea with the development community.
212+
conversation on the `Zephyr devel mailing list`_ (or the the `Zephyr Discord
213+
Server`_) to see what others think of your issue (and proposed solution). You
214+
may find others that have encountered the issue you're finding, or that have
215+
similar ideas for changes or additions. Send a message to the `Zephyr devel
216+
mailing list`_ to introduce and discuss your idea with the development
217+
community.
217218

218219
It's always a good practice to search for existing or related issues before
219220
submitting your own. When you submit an issue (bug or feature request), the

doc/getting_started/index.rst

+5-6
Original file line numberDiff line numberDiff line change
@@ -623,13 +623,12 @@ Here are some next steps for exploring Zephyr:
623623
Asking for Help
624624
***************
625625

626-
You can ask for help on a mailing list or on Slack. Please send bug reports and
626+
You can ask for help on a mailing list or on Discord. Please send bug reports and
627627
feature requests to GitHub.
628628

629629
* **Mailing Lists**: users@lists.zephyrproject.org is usually the right list to
630630
ask for help. `Search archives and sign up here`_.
631-
* **Slack**: Zephyr's workspace is https://zephyrproject.slack.com; you can
632-
register with this `Slack invite`_.
631+
* **Discord**: You can join with this `Discord invite`_.
633632
* **GitHub**: Use `GitHub issues`_ for bugs and feature requests.
634633

635634
How to Ask
@@ -656,9 +655,9 @@ Text includes source code, terminal commands, and their output.
656655
Doing this makes it easier for people to help you, and also helps other users
657656
search the archives.
658657

659-
When copy/pasting more than 5 lines of text into Slack, create a `snippet`_.
658+
When copy/pasting more than 5 lines of text into Discord, create a snippet using
659+
three backticks to delimit the snippet.
660660

661661
.. _Search archives and sign up here: https://lists.zephyrproject.org/g/users
662-
.. _Slack invite: https://tinyurl.com/2vue8666
662+
.. _Discord invite: https://chat.zephyrproject.org
663663
.. _GitHub issues: https://github.com/zephyrproject-rtos/zephyr/issues
664-
.. _snippet: https://get.slack.help/hc/en-us/articles/204145658-Create-a-snippet

0 commit comments

Comments
 (0)