diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8d9abb9..d8721be 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,7 @@ blank_issues_enabled: true contact_links: - - name: Discord - # TODO: replace with actual Discord invite link - url: https://discord.gg/YOUR_INVITE + - name: Discussions + url: https://github.com/zenchantlive/beadboard/discussions about: Chat with the community, coordinate on contributions, get help - name: Available work url: https://github.com/zenchantlive/beadboard/issues?q=is%3Aissue+is%3Aopen+label%3Acontrib%3Aopen diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ec749de..a2d3d4b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,8 +2,7 @@ We welcome contributions — from humans, AI agents, or both working together. This guide covers how to contribute well regardless of how you write your code. - -**[Join the Discord](https://discord.gg/YOUR_INVITE)** if you want to discuss ideas, coordinate on larger work, or just say hi. +**[Join the Discussion](https://github.com/zenchantlive/beadboard/discussions)** if you want to discuss ideas, coordinate on larger work, or just say hi. --- @@ -104,7 +103,7 @@ You can paste this into your agent's context: - Your agent should be able to run the quality gates and fix failures autonomously - If your agent creates a PR, you (the human) are responsible for it — check that it makes sense before submitting - Agent PRs follow the same size guidelines as human PRs -- If you want your agent to take on larger work, join the Discord and coordinate with us first +- If you want your agent to take on larger work, start a Discussion and coordinate with us first --- @@ -161,7 +160,7 @@ This is an open source project maintained by volunteers. That means: - Respond to review feedback. If a maintainer asks you to change something, change it or explain why not. - Don't argue with rejections. If your PR is closed, it's not personal. - Don't open the same PR twice after it's been closed. -- If you're stuck or unsure, ask in the Discord before submitting. +- If you're stuck or unsure, ask in [Discussions](https://github.com/zenchantlive/beadboard/discussions) before submitting. --- diff --git a/README.md b/README.md index 673e58d..fca0b8f 100644 --- a/README.md +++ b/README.md @@ -356,8 +356,7 @@ Quick version: 3. Run the gates: `npm run typecheck && npm run lint && npm run test` 4. PR against `main` - -**[Join the Discord](https://discord.gg/YOUR_INVITE)** to discuss contributions, get help, or coordinate on larger work. +**[Join the Discussion](https://github.com/zenchantlive/beadboard/discussions)** to coordinate on contributions, get help, or discuss ideas. ---