diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 0e017ff..eeec3e8 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -26,7 +26,7 @@ This isn’t an exhaustive list of things that you can’t do. Rather, take it i - Don’t discriminate against anyone. - Don’t shame people for their mistakes or inexperience. - Don’t harass people, sexually or otherwise. If someone has asked you to stop doing whatever you're doing - or if you notice they don't like what you're doing - stop and apologize, even if it seems unreasonable to you. Then remember, they are not under any obligation to accept your apology or interact with you in the future. Harassment includes comments or questions related to personal attributes such as (but not limited to) age, body size, culture, ethnicity, gender expression, gender identity, level of experience, nationality, personal ability or disability, physical appearance, physical or mental difference, race, religion, set of skills, sexual orientation, socio-economic status, and subculture. Harassment also includes sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, inappropriate physical contact, and unwelcome sexual attention. -- On GitHub, Gitter, Slack and other online or offline communications channels, don't use sexual/racially offensive nicknames or avatars, or other nicknames/avatars that might detract from a friendly, safe and welcoming environment for all. +- On GitHub, Gitter, Discord and other online or offline communications channels, don't use sexual/racially offensive nicknames or avatars, or other nicknames/avatars that might detract from a friendly, safe and welcoming environment for all. - Respect that some individuals and cultures consider the casual use of profanity offensive and off-putting. - Don’t dismiss people who react negatively to someone’s behaviour, especially your own. If someone reacts to something differently than you do, it might not be that they are overreacting. Instead, they might be responding reasonably in the context of their life experiences. Please do your best to anticipate what those sensitivities might be and respond accordingly. - Unwelcome / non-consensual sexual advances are not okay. @@ -41,7 +41,7 @@ These rules apply to anyone involved in the Cucumber community, including but no ## Where does this apply? -The rules listed above apply to all official Cucumber venues; including the CukeUp conferences, public training courses, official Slack chat channels; GitHub repositories under cucumber, cucumber-ltd, and the cukes@googlegroups.com community mailing list. +The rules listed above apply to all official Cucumber venues; including the CukeUp conferences, public training courses, official Discord chat channels; GitHub repositories under cucumber, cucumber-ltd, and the cukes@googlegroups.com community mailing list. ## Consequences 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 🌈