Skip to content

docs: fix the dead Discord invite and align on #start-here - #20

Merged
sotberd merged 3 commits into
humanbound:mainfrom
iayanpahwa:fix/discord-invite-start-here
Sep 1, 2026
Merged

sotberd merged 3 commits into
humanbound:mainfrom
iayanpahwa:fix/discord-invite-start-here

Conversation

@iayanpahwa

@iayanpahwa iayanpahwa commented Aug 25, 2026

Copy link
Copy Markdown

Summary

CONTRIBUTING.md and the new-issue chooser linked gQyXjVBF, which no longer resolves. README.md and pyproject.toml used a live but different invite. All five references now use https://discord.gg/QFTD6tr9zu, which opens in #start-here and matches www.humanbound.ai.

Type of change

  • Documentation only

Checklist

  • CHANGELOG.md updated under [Unreleased]
  • All commits are signed off (git commit -s)

One caveat: the pyproject.toml link is what PyPI renders in the project sidebar, so it only updates there on the next release.

Linked issue(s)

Closes #19

Companion PRs

The same change in the other four repos:

Cross-repo context is in humanbound/humanbound#132.

Signed-off-by: Ayan Pahwa <me@codensolder.com>
Signed-off-by: Ayan Pahwa <me@codensolder.com>
@iayanpahwa

Copy link
Copy Markdown
Author

The Lint + type-check failure here predates this branch.

ruff format --check . also formats Python blocks inside markdown, and it trips on the fw.evaluate([...]) snippet at README.md:99. This PR does not touch that snippet; the only README lines it changes are the two Discord URLs at 27 and 153.

Same failure on main with nothing applied:

$ git worktree add /tmp/fwmain upstream/main && cd /tmp/fwmain
$ ruff format --check README.md
1 file would be reformatted
  --> README.md:99:22

Happy to reformat that snippet in a separate PR if you want the branch green, but it seemed out of scope here.

@sotberd
sotberd merged commit 0cf09a0 into humanbound:main Sep 1, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dead Discord invite in CONTRIBUTING and the issue template, inconsistent elsewhere

2 participants