diff --git a/README.md b/README.md index 734d1c61..687bd74d 100644 --- a/README.md +++ b/README.md @@ -86,4 +86,4 @@ Netlify will then build the site and The build will check for broken links and other problems. Internal and external links are checked by [HTMLProofer](https://github.com/gjtorikian/html-proofer). Occasionally, the build will fail due to external links being unavailable or giving a timeout. When that happens, please check if these external links are available and if so, 'Retry build' on Netlify. -You can discuss the documentation in the [`#docs`](https://cucumberbdd.slack.com/archives/C6TUESD7B) [Slack](https://cucumber.io/community#slack) channel. Build notifications are sent to the `#bots-docs` Slack channel. See https://cucumber.io/support for details on how to access Slack. +You can discuss the documentation in the [Community Discord](https://cucumber.io/community#discord). diff --git a/content/docs/community/contributing-to-documentation.md b/content/docs/community/contributing-to-documentation.md index 625413d9..4a0446ca 100644 --- a/content/docs/community/contributing-to-documentation.md +++ b/content/docs/community/contributing-to-documentation.md @@ -27,16 +27,16 @@ The more general contribution process is described in the [Cucumber Community Co It's great to get feedback on your writing. Start out with small changes, then wait for feedback from other contributors on the pull request. -You can hop into the [Cucumber Slack](https://cucumber.io/support#slack) channel `#docs` to discuss or ask questions. +You can hop into the [Cucumber Discord](https://cucumber.io/support#discord) to discuss or ask questions. # What to contribute -A great way to start contributing is to answer a question on the [Cucumber Slack](https://cucumber.io/support#slack) or the [mailing list](https://groups.google.com/group/cukes). +A great way to start contributing is to answer a question on the [Cucumber Discord](https://cucumber.io/support#discord) or the [GitHub Discussion Board](https://github.com/orgs/cucumber/discussions). You can add the answer to a question to the docs, if it is currently missing. You can also add the question to the [FAQ page](https://docs.cucumber.io/community/faq/), with a link to the relevant part of the documentation. Another option is to look for issues marked `Good first issue` and/or `Help wanted` in the [docs.cucumber.io project on GitHub](https://github.com/cucumber/docs.cucumber.io). -If you have any questions about these issues, you can add comment on the issue itself or contact us on Slack. +If you have any questions about these issues, you can add comment on the issue itself or contact us on Discord. ## General writing style In general, the documentation should be brief and to the point. @@ -121,7 +121,7 @@ The following languages are currently supported: * Whenever possible, we prefer to have information for Java, JavaScript and Ruby. * If you're only familiar with one programming language, add an example for that language; someone else will fill the gaps for the other languages! - * You can ask for help with the other languages in the help channel for that language on Slack, or in your GitHub pull request / issue + * You can ask for help with the other languages in the help channel for that language on Discord, or in your GitHub pull request / issue ## Language-specific source code and paragraphs diff --git a/content/docs/community/get-in-touch.md b/content/docs/community/get-in-touch.md index 500c69d2..cc6c0ac0 100644 --- a/content/docs/community/get-in-touch.md +++ b/content/docs/community/get-in-touch.md @@ -12,12 +12,12 @@ respect and uphold our [code of conduct](https://github.com/cucumber/cucumber/bl If you have questions about using Cucumber, or ideas for how we could improve it, head over to our [GitHub Discussions](https://github.com/orgs/cucumber/discussions) forum. -# Slack +# Discord If you're interested in becoming an [open-source contributor](https://cucumber.io/docs/community/new-contributors/), -come and hang out in our Slack community. To join the Slack you'll need to -[create an account](https://communityinviter.com/apps/cucumberbdd/docs-page). +come and hang out in our Discord community. To join the Discord you +[use this invite link](https://discord.gg/8YXBH8j74w). # Stack Overflow diff --git a/content/docs/community/new-contributors.md b/content/docs/community/new-contributors.md index a6d9d81a..1e9bf91a 100644 --- a/content/docs/community/new-contributors.md +++ b/content/docs/community/new-contributors.md @@ -16,6 +16,6 @@ You can also read our manifesto: ## Would you like to join us? -Everyone is welcome! If you'd like to join in, [sign up for the Community Slack](https://cucumberbdd-slack-invite.herokuapp.com/) and head over to the [#new-contributors](https://cucumberbdd.slack.com/archives/C028E2TBDJQ) channel and say hello. +Everyone is welcome! If you'd like to join in, [join the Community Discord](https://cucumber.io/community#discord) and head over to the `#committers` channel and say hello. If you're new to open source and feeling a bit nervous 😳, we understand! We recommend watching [this excellent guide](https://egghead.io/talks/git-how-to-make-your-first-open-source-contribution) to give you a grounding in some of the basic concepts. We want you to feel safe to make mistakes, and ask questions.