From 37fa3abbac0c9651318f1c22c264076ed4d44dfd Mon Sep 17 00:00:00 2001 From: Stanislav Bobokalo <30530987+gurland@users.noreply.github.com> Date: Fri, 20 Dec 2024 02:14:37 +0200 Subject: [PATCH] docs: change outdated Slack link to a Discord one (#653) --- .github/CONTRIBUTING.md | 4 ++-- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- README.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e7c32f8..3738bf6 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -2,7 +2,7 @@ There's lots to do, and we're working hard, so any help is welcome! -- :speech_balloon: Join us on [Slack](https://join.slack.com/t/betterproto/shared_invite/zt-f0n0uolx-iN8gBNrkPxtKHTLpG3o1OQ)! +- :speech_balloon: Join us on [Discord](https://discord.gg/DEVteTupPb)! What can you do? @@ -20,4 +20,4 @@ What can you do? - [Good first issues](https://github.com/danielgtaylor/python-betterproto/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) - [Issues with tests](https://github.com/danielgtaylor/python-betterproto/issues?q=is%3Aissue+is%3Aopen+label%3A%22has+test%22) - New bugfix or idea - - If you'd like to discuss your idea first, join us on Slack! + - If you'd like to discuss your idea first, join us on Discord! diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 25652d8..618d631 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,7 +8,7 @@ body: value: > Thanks for taking the time to fill out a bug report! - If you're not sure it's a bug and you just have a question, the [community Slack channel](https://join.slack.com/t/betterproto/shared_invite/zt-f0n0uolx-iN8gBNrkPxtKHTLpG3o1OQ) is a better place for general questions than a GitHub issue. + If you're not sure it's a bug and you just have a question, the [community Discord channel](https://discord.gg/DEVteTupPb) is a better place for general questions than a GitHub issue. - type: input attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 83820d8..46bf156 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,5 +2,5 @@ name: description: contact_links: - name: For questions about the library - about: Support questions are better answered in our Slack group. - url: https://join.slack.com/t/betterproto/shared_invite/zt-f0n0uolx-iN8gBNrkPxtKHTLpG3o1OQ + about: Support questions are better answered in our Discord group. + url: https://discord.gg/DEVteTupPb diff --git a/README.md b/README.md index 4bbfc17..675af24 100644 --- a/README.md +++ b/README.md @@ -439,7 +439,7 @@ value3: str | int = 1 ## Development -- _Join us on [Slack](https://join.slack.com/t/betterproto/shared_invite/zt-f0n0uolx-iN8gBNrkPxtKHTLpG3o1OQ)!_ +- _Join us on [Discord](https://discord.gg/DEVteTupPb)!_ - _See how you can help → [Contributing](.github/CONTRIBUTING.md)_ ### Requirements @@ -575,7 +575,7 @@ protoc \ ## Community -Join us on [Slack](https://join.slack.com/t/betterproto/shared_invite/zt-f0n0uolx-iN8gBNrkPxtKHTLpG3o1OQ)! +Join us on [Discord](https://discord.gg/DEVteTupPb)! ## License