Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- `LICENSE` restored to the verbatim Apache-2.0 text. Sections 6 and 9 had
diverged from the canonical wording and the appendix was missing; the file
now matches apache.org/licenses/LICENSE-2.0 exactly, apart from the
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<a href="https://pypi.org/project/humanbound-firewall/"><img src="https://img.shields.io/pypi/dm/humanbound-firewall?style=flat-square&color=FD9506" alt="Downloads"/></a>
<a href="https://github.com/humanbound/humanbound-firewall/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/humanbound/humanbound-firewall/ci.yml?style=flat-square&color=FD9506" alt="CI"/></a>
<a href="https://github.com/humanbound/humanbound-firewall/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-FD9506?style=flat-square" alt="License"/></a>
<a href="https://discord.gg/WgTMpmSFtN"><img src="https://img.shields.io/badge/discord-community-FD9506?style=flat-square" alt="Discord"/></a>
<a href="https://discord.gg/QFTD6tr9zu"><img src="https://img.shields.io/badge/discord-community-FD9506?style=flat-square" alt="Discord"/></a>
<a href="https://docs.humanbound.ai/defense/firewall/"><img src="https://img.shields.io/badge/docs-humanbound.ai-FD9506?style=flat-square" alt="Docs"/></a>
</p>

Expand Down Expand Up @@ -152,7 +152,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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
Loading