Skip to content

Commit 1a3a01f

Browse files
docs: remove discord link in main readme (#720)
* remove discord link in main readme * additional discord link removals
1 parent d9892f9 commit 1a3a01f

5 files changed

Lines changed: 8 additions & 11 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ representative at an online or offline event.
6767
This Code of Conduct applies to all Mellea project spaces, including but not limited to:
6868

6969
* GitHub repository (issues, pull requests, discussions, code reviews)
70-
* Discord server
70+
* Github Discussions
7171
* Project mailing lists and email communications
7272
* Official social media accounts
7373
* In-person and virtual events, meetups, and conferences
@@ -87,8 +87,8 @@ reporter of any incident.
8787
When reporting a Code of Conduct violation, please include:
8888

8989
* **What happened**: A clear description of the incident
90-
* **When and where**: Date, time, and location (e.g., GitHub issue #123, Discord channel)
91-
* **Who was involved**: GitHub usernames, Discord handles, or other identifiers
90+
* **When and where**: Date, time, and location (e.g., GitHub issue #123, Github Discussions)
91+
* **Who was involved**: GitHub usernames or other identifiers
9292
* **Evidence**: Links to relevant conversations or screenshots (if available)
9393
* **Impact**: How this affected you or others
9494

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ print(m.last_prompt())
447447

448448
- Check this guide and [test/MARKERS_GUIDE.md](test/MARKERS_GUIDE.md)
449449
- Search [existing issues](https://github.com/generative-computing/mellea/issues)
450-
- Join our [Discord](https://ibm.biz/mellea-discord)
450+
- Check out [Github Discussions](https://github.com/generative-computing/mellea/discussions)
451451
- Open a new issue with the appropriate label
452452

453453
## Additional Resources
@@ -461,7 +461,6 @@ print(m.last_prompt())
461461
- **[AGENTS_TEMPLATE.md](docs/AGENTS_TEMPLATE.md)** - Template for projects using Mellea
462462

463463
### Community
464-
- **[Discord](https://ibm.biz/mellea-discord)** - Join our community
465464
- **[GitHub Issues](https://github.com/generative-computing/mellea/issues)** - Report bugs or request features
466465
- **[GitHub Discussions](https://github.com/generative-computing/mellea/discussions)** - Ask questions and share ideas
467466

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ with structured, maintainable, robust, and efficient AI workflows.
1616
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
1717
[![GitHub License](https://img.shields.io/github/license/generative-computing/mellea)](https://img.shields.io/github/license/generative-computing/mellea)
1818
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-3.0-4baaaa.svg)](CODE_OF_CONDUCT.md)
19-
[![Discord](https://img.shields.io/discord/1448407063813165219?logo=discord&logoColor=white&label=Discord&color=7289DA)](https://ibm.biz/mellea-discord)
2019

2120

2221
## Features
@@ -196,7 +195,7 @@ Please see our **[Contributing Guide](CONTRIBUTING.md)** for detailed informatio
196195
- Testing guidelines
197196
- How to contribute specific types of components
198197
199-
Questions? Join our [Discord](https://ibm.biz/mellea-discord)!
198+
Questions? Create a [discussion](https://github.com/generative-computing/mellea/discussions)!
200199
201200
### IBM ❤️ Open Source AI
202201

docs/docs/community/code-of-conduct.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ offline event.
5757
This Code of Conduct applies to all Mellea project spaces, including:
5858

5959
- GitHub repository (issues, pull requests, discussions, code reviews)
60-
- Discord server
6160
- Project mailing lists and email communications
6261
- Official social media accounts
6362
- In-person and virtual events, meetups, and conferences
@@ -91,8 +90,8 @@ reviewed and investigated promptly and fairly.
9190
When reporting a violation, include:
9291

9392
- **What happened** — a clear description of the incident
94-
- **When and where** — date, time, and location (e.g., GitHub issue #123, Discord channel)
95-
- **Who was involved** — GitHub usernames, Discord handles, or other identifiers
93+
- **When and where** — date, time, and location (e.g., GitHub issue #123, Github Discussions)
94+
- **Who was involved** — GitHub usernames or other identifiers
9695
- **Evidence** — links to relevant conversations or screenshots (if available)
9796
- **Impact** — how the incident affected you or others
9897

docs/docs/community/contributing-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ checklist, and the review process for documentation contributions. Key points:
317317
## Getting help
318318

319319
- Check [existing issues](https://github.com/generative-computing/mellea/issues)
320-
- Join the [Discord](https://ibm.biz/mellea-discord)
320+
- Join the [Github Discussions](https://github.com/generative-computing/mellea/discussions)
321321
- Open a new issue with the appropriate label
322322

323323
---

0 commit comments

Comments
 (0)