From cba5dc43be41ee8c1dae749a44f9a3455d845268 Mon Sep 17 00:00:00 2001 From: Ismael Martinez Ramos Date: Sat, 13 Jun 2026 19:17:05 +0100 Subject: [PATCH] fix: remove closed Discord community links The Discord community is closed, and the links were channel deep-links rather than public invites, so they did not work for non-members. GitHub Discussions remains the place for questions. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/ISSUE_TEMPLATE/config.yml | 4 ---- CONTRIBUTING.md | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 52a0d0902f..966a873fbf 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,7 +4,3 @@ contact_links: - name: Discussions url: https://github.com/the-pr-agent/pr-agent/discussions about: GitHub Discussions - - - name: Discord community - url: https://discord.com/channels/1057273017547378788/1126104260430528613 - about: Join our discord community diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8bacb7b0f9..00871c783e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,6 +33,6 @@ Thank you for your interest in contributing to the PR-Agent project! ## Questions or Need Help? -- Join our [Discord community](https://discord.com/channels/1057273017547378788/1126104260430528613) for questions and discussions +- Ask questions or start a discussion in [GitHub Discussions](https://github.com/the-pr-agent/pr-agent/discussions) - Check the [documentation](https://qodo-merge-docs.qodo.ai/) for detailed information - Report bugs or request features through [GitHub Issues](https://github.com/the-pr-agent/pr-agent/issues)