diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 13a27aa..76a20c9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,4 +6,4 @@ If you're new to open source and feeling a bit nervous 😳, we understand! We r If anything in this guide or anywhere else in the codebase doesn't make sense to you, please let us know! It's through your feedback that we can make this codebase more welcoming, so we'll be glad to hear thoughts. -You can chat with us in the [#committers](https://cucumberbdd.slack.com/archives/C62D0FK0E) channel in our [Community Slack](https://cucumber.io/community#slack), or feel free to [raise an issue](../../issues/new?assignees=&labels=%3Abank%3A+debt&template=developer_experience.md&title=) if you're experiencing any friction trying make your contribution. +You can chat with us in the `#committers` channel in our [Community Discord](https://cucumber.io/community#discord), or feel free to [raise an issue](../../issues/new?assignees=&labels=%3Abank%3A+debt&template=developer_experience.md&title=) if you're experiencing any friction trying make your contribution. diff --git a/RELEASING.md b/RELEASING.md index f7cedcf..c562f7f 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -38,17 +38,15 @@ Only people with permission to push to `release/*` branches can make releases. T * Look at `CHANGELOG.md` to see what has changed since the last relesase * Use [semver](https://semver.org/) to decide on a version for the next release * If you are bumping the `MAJOR` version of `cucumber-{jvm,js,ruby}`, see the [Major release](#major-release) section -1. From the root of the polyglot project you are trying to release run: - -``` -polyglot-release -``` -1. Wait until the `release-*` workflows in GitHub Actions have passed -1. Rerun individual workflows if they fail -1. Announce the release - * in the `#newsletter` Slack channel - * on the `@cucumberbdd` Twitter account - * write a blog post +2. From the root of the polyglot project you are trying to release run: + + ``` + polyglot-release + ``` +3. Wait until the `release-*` workflows in GitHub Actions have passed +4. Rerun individual workflows if they fail +5. Announce the release + * in the `#commiters` Discord channel ### Major release diff --git a/SUPPORT.md b/SUPPORT.md index df685f3..561eda8 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -1 +1 @@ -The best way to get support if you're stuck with Cucumber is to head over to our [community Slack](https://cucumber.io/community#slack). +The best way to get support if you're stuck with Cucumber is to head over to our [community Discord](https://cucumber.io/community#discord). diff --git a/profile/README.md b/profile/README.md index cfdc47a..4c1d9cc 100644 --- a/profile/README.md +++ b/profile/README.md @@ -21,7 +21,7 @@ Everyone interacting in these codebases and issue trackers is expected to follow ### Get in touch -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. If you want chat with the maintainers, the best place for that is to join the [Community Slack](https://cucumber.io/community#slack) +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. If you want chat with the maintainers, the best place for that is to join the [Community Discord](https://cucumber.io/community#discord). If you've found a bug in Cucumber, or have an idea for a new feature, you can raise an issue on GitHub. @@ -40,7 +40,7 @@ Other popular Cucumber implementations, maintained by other organisations, are: * [Behat](https://docs.behat.org/en/latest/) for PHP If you're not sure where to raise your issue, you can use our [common](https://github.com/cucumber/common) repository, or -come and chat with us in the [community slack](https://cucumber.io/community#slack). +come and chat with us in the [Community Discord](https://cucumber.io/community#discord). ### Get involved 🌈