From 8e13d99cdfcfbf966ac53b98694a95e2d4d98ec9 Mon Sep 17 00:00:00 2001 From: AngeloDanducci Date: Mon, 23 Mar 2026 10:48:48 -0400 Subject: [PATCH 1/2] remove discord link in main readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff5a7682e..7b4d1d5ff 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ Please see our **[Contributing Guide](CONTRIBUTING.md)** for detailed informatio - Testing guidelines - How to contribute specific types of components -Questions? Join our [Discord](https://ibm.biz/mellea-discord)! +Questions? Create a [discussion](https://github.com/generative-computing/mellea/discussions)! ### IBM ❤️ Open Source AI From 94dc428fecd4f36d894c901745f20d96cda9ca3e Mon Sep 17 00:00:00 2001 From: AngeloDanducci Date: Mon, 23 Mar 2026 11:18:19 -0400 Subject: [PATCH 2/2] additional discord link removals --- CODE_OF_CONDUCT.md | 6 +++--- CONTRIBUTING.md | 3 +-- README.md | 1 - docs/docs/community/code-of-conduct.md | 5 ++--- docs/docs/community/contributing-guide.md | 2 +- 5 files changed, 7 insertions(+), 10 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 2beb75689..9aa15db2b 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -67,7 +67,7 @@ representative at an online or offline event. This Code of Conduct applies to all Mellea project spaces, including but not limited to: * GitHub repository (issues, pull requests, discussions, code reviews) -* Discord server +* Github Discussions * Project mailing lists and email communications * Official social media accounts * In-person and virtual events, meetups, and conferences @@ -87,8 +87,8 @@ reporter of any incident. When reporting a Code of Conduct violation, please include: * **What happened**: A clear description of the incident -* **When and where**: Date, time, and location (e.g., GitHub issue #123, Discord channel) -* **Who was involved**: GitHub usernames, Discord handles, or other identifiers +* **When and where**: Date, time, and location (e.g., GitHub issue #123, Github Discussions) +* **Who was involved**: GitHub usernames or other identifiers * **Evidence**: Links to relevant conversations or screenshots (if available) * **Impact**: How this affected you or others diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6d7a204d1..a99a54ce4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -447,7 +447,7 @@ print(m.last_prompt()) - Check this guide and [test/MARKERS_GUIDE.md](test/MARKERS_GUIDE.md) - Search [existing issues](https://github.com/generative-computing/mellea/issues) -- Join our [Discord](https://ibm.biz/mellea-discord) +- Check out [Github Discussions](https://github.com/generative-computing/mellea/discussions) - Open a new issue with the appropriate label ## Additional Resources @@ -461,7 +461,6 @@ print(m.last_prompt()) - **[AGENTS_TEMPLATE.md](docs/AGENTS_TEMPLATE.md)** - Template for projects using Mellea ### Community -- **[Discord](https://ibm.biz/mellea-discord)** - Join our community - **[GitHub Issues](https://github.com/generative-computing/mellea/issues)** - Report bugs or request features - **[GitHub Discussions](https://github.com/generative-computing/mellea/discussions)** - Ask questions and share ideas diff --git a/README.md b/README.md index 7b4d1d5ff..9a2b5f252 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ with structured, maintainable, robust, and efficient AI workflows. [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) [![GitHub License](https://img.shields.io/github/license/generative-computing/mellea)](https://img.shields.io/github/license/generative-computing/mellea) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-3.0-4baaaa.svg)](CODE_OF_CONDUCT.md) -[![Discord](https://img.shields.io/discord/1448407063813165219?logo=discord&logoColor=white&label=Discord&color=7289DA)](https://ibm.biz/mellea-discord) ## Features diff --git a/docs/docs/community/code-of-conduct.md b/docs/docs/community/code-of-conduct.md index cc822eb60..9f989e939 100644 --- a/docs/docs/community/code-of-conduct.md +++ b/docs/docs/community/code-of-conduct.md @@ -57,7 +57,6 @@ offline event. This Code of Conduct applies to all Mellea project spaces, including: - GitHub repository (issues, pull requests, discussions, code reviews) -- Discord server - Project mailing lists and email communications - Official social media accounts - In-person and virtual events, meetups, and conferences @@ -91,8 +90,8 @@ reviewed and investigated promptly and fairly. When reporting a violation, include: - **What happened** — a clear description of the incident -- **When and where** — date, time, and location (e.g., GitHub issue #123, Discord channel) -- **Who was involved** — GitHub usernames, Discord handles, or other identifiers +- **When and where** — date, time, and location (e.g., GitHub issue #123, Github Discussions) +- **Who was involved** — GitHub usernames or other identifiers - **Evidence** — links to relevant conversations or screenshots (if available) - **Impact** — how the incident affected you or others diff --git a/docs/docs/community/contributing-guide.md b/docs/docs/community/contributing-guide.md index 7d171d701..0a7e323b0 100644 --- a/docs/docs/community/contributing-guide.md +++ b/docs/docs/community/contributing-guide.md @@ -317,7 +317,7 @@ checklist, and the review process for documentation contributions. Key points: ## Getting help - Check [existing issues](https://github.com/generative-computing/mellea/issues) -- Join the [Discord](https://ibm.biz/mellea-discord) +- Join the [Github Discussions](https://github.com/generative-computing/mellea/discussions) - Open a new issue with the appropriate label ---