From 898bc030251d5d38ae4852943528ba3763048b36 Mon Sep 17 00:00:00 2001 From: Ayan Pahwa Date: Tue, 25 Aug 2026 12:51:33 +0530 Subject: [PATCH 1/2] docs: use the #start-here Discord invite Signed-off-by: Ayan Pahwa --- .github/ISSUE_TEMPLATE/config.yml | 2 +- CONTRIBUTING.md | 2 +- README.md | 4 ++-- pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f4de1c9..32c5a80 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -7,7 +7,7 @@ contact_links: url: https://github.com/humanbound/humanbound-firewall/discussions about: Use Discussions 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/defense/firewall/ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5ba8d20..073e563 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -108,7 +108,7 @@ for the current cadence and supported-version matrix. ## Community -- **Discord** — [discord.gg/gQyXjVBF](https://discord.gg/gQyXjVBF) for questions +- **Discord** — [discord.gg/QFTD6tr9zu](https://discord.gg/QFTD6tr9zu) for questions and discussion - **Discussions** — on the GitHub repo, for longer-form topics - **Docs** — [docs.humanbound.ai](https://docs.humanbound.ai) diff --git a/README.md b/README.md index 7d34ffd..1a591f3 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Downloads CI License - Discord + Discord Docs

@@ -150,7 +150,7 @@ copyright to your work under the same Apache-2.0 license as the project. - 🐛 [Report a bug](https://github.com/humanbound/humanbound-firewall/issues/new/choose) - 💡 [Request a feature](https://github.com/humanbound/humanbound-firewall/issues/new/choose) - 🔒 [Report a security issue](https://github.com/humanbound/humanbound-firewall/blob/main/SECURITY.md) — **not via public Issues** -- 💬 [Join Discord](https://discord.gg/WgTMpmSFtN) +- 💬 [Join Discord](https://discord.gg/QFTD6tr9zu) ## License diff --git a/pyproject.toml b/pyproject.toml index 84d06ce..5af9867 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ Repository = "https://github.com/humanbound/humanbound-firewall" Issues = "https://github.com/humanbound/humanbound-firewall/issues" Changelog = "https://github.com/humanbound/humanbound-firewall/blob/main/CHANGELOG.md" Community = "https://docs.humanbound.ai/community/" -Discord = "https://discord.gg/WgTMpmSFtN" +Discord = "https://discord.gg/QFTD6tr9zu" [tool.setuptools.packages.find] where = ["src"] From 17e3c5587c6a013ad86fd385913a3966a6595305 Mon Sep 17 00:00:00 2001 From: Ayan Pahwa Date: Tue, 25 Aug 2026 12:51:33 +0530 Subject: [PATCH 2/2] docs(changelog): note the Discord invite change Signed-off-by: Ayan Pahwa --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6a3d6b..b8c0454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `CONTRIBUTING.md` gains an explicit third-party license policy: vendored code must be permissively licensed (Apache-2.0/MIT/BSD/ISC); GPL, AGPL, SSPL, and BSL code cannot be accepted. +- **Discord links now point at the `#start-here` invite** (#19). + `CONTRIBUTING.md` and the new-issue chooser linked `discord.gg/gQyXjVBF`, + which no longer resolves; `README.md` and `pyproject.toml` used a live but + different invite. All four now use `discord.gg/QFTD6tr9zu`, matching + www.humanbound.ai. The PyPI sidebar link updates on the next release. ### Added - `NOTICE` file per Apache-2.0 section 4(d).