diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2b5b8c7..e039785 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,7 +83,7 @@ Versioning follows [Semantic Versioning](https://semver.org). ## Community -- **Discord** — [discord.gg/gQyXjVBF](https://discord.gg/gQyXjVBF) for +- **Discord** — [discord.gg/QFTD6tr9zu](https://discord.gg/QFTD6tr9zu) for questions and discussion - **GitHub Discussions** — on each repo, for longer-form topics - **Documentation** — [docs.humanbound.ai](https://docs.humanbound.ai) diff --git a/ISSUE_TEMPLATE/config.yml b/ISSUE_TEMPLATE/config.yml index 177d2c5..91f7eb8 100644 --- a/ISSUE_TEMPLATE/config.yml +++ b/ISSUE_TEMPLATE/config.yml @@ -7,7 +7,7 @@ contact_links: url: https://github.com/humanbound about: Use the affected repo's Discussions tab for questions, ideas, and show-and-tell. - name: Discord community - url: https://discord.gg/gQyXjVBF + url: https://discord.gg/QFTD6tr9zu about: Chat with the community and the maintainers. - name: Documentation url: https://docs.humanbound.ai/ diff --git a/REPO_STANDARDS.md b/REPO_STANDARDS.md index cfb5114..eacffda 100644 --- a/REPO_STANDARDS.md +++ b/REPO_STANDARDS.md @@ -33,7 +33,7 @@ A reader landing on any Humanbound repo should recognise the layout instantly. | A3 | Badge row: CI status, license, Discord, Documentation. Python packages add PyPI version, supported Python versions, and downloads | Shields.io badges with `style=flat-square&color=FD9506` | | A4 | A `> 📖` markdown blockquote after the badges, pointing at the relevant area of `docs.humanbound.ai` | Single blockquote line | | A5 | A copy-pastable Quick Start within the first 100 lines | Fenced shell block with the canonical install command | -| A6 | Contributing footer block with four bullets: 🐛 bug, 💡 feature, 🔒 security, 💬 Discord | Anchors to `issues/new/choose`, `SECURITY.md`, `discord.gg/gQyXjVBF` | +| A6 | Contributing footer block with four bullets: 🐛 bug, 💡 feature, 🔒 security, 💬 Discord | Anchors to `issues/new/choose`, `SECURITY.md`, `discord.gg/QFTD6tr9zu` | | A7 | License footer naming the licence AND linking the other public Humanbound repos by name | `[Apache-2.0](./LICENSE)` plus inline links to sibling repo URLs | --- @@ -100,7 +100,7 @@ Repos cross-link so readers can find related projects. | E1 | The README's License section names the **other** public Humanbound repos by name and links them | README footer | | E2 | The README points at `docs.humanbound.ai` in three places: the badge row, the docs callout, and the relevant sub-area path | README | | E3 | Brand assets live at the same path in every repo: `assets/logo-light.svg` and `assets/logo-dark.svg` | Filesystem | -| E4 | Discord invite is `discord.gg/gQyXjVBF` everywhere. One source of truth | grep `discord.gg/` | +| E4 | Discord invite is `discord.gg/QFTD6tr9zu` everywhere. One source of truth | grep `discord.gg/` | | E5 | When a package interoperates with a sibling (e.g. `pip install humanbound[firewall]`), the README has a "Using with X" section that names and links the sibling | README | --- diff --git a/profile/README.md b/profile/README.md index 228904c..3e5eb42 100644 --- a/profile/README.md +++ b/profile/README.md @@ -27,7 +27,7 @@ Most testing tools test prompts. Humanbound tests agents. Downloads CI License - Discord + Discord Docs

@@ -104,7 +104,7 @@ loop, release process, and DCO sign-off requirement (see [DCO.md](https://github - 🐛 [Report a bug](https://github.com/humanbound/humanbound/issues/new/choose) - 💡 [Request a feature](https://github.com/humanbound/humanbound/issues/new/choose) - 🔒 [Report a security issue](https://github.com/humanbound/humanbound/blob/main/SECURITY.md) — **not via public Issues** -- 💬 [Join Discord](https://discord.gg/WgTMpmSFtN) +- 💬 [Join Discord](https://discord.gg/QFTD6tr9zu) ## License