diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d4743d05..8a9ba5c3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Thanks for your interest in contributing! Please read these guidelines before op ## Ground Rules -1. **Ask in Discord first** — Before writing any code, pitch your idea in the `#github-pr` channel on our [Discord server](https://discord.gg/P7TUxHJs). We'll let you know if the PR is wanted and give direction. PRs that show up without prior discussion will be closed +1. **Ask in Discord first** — Before writing any code, pitch your idea in the `#github-pr` channel on our [Discord server](https://discord.gg/NhZBDSd4qW). We'll let you know if the PR is wanted and give direction. PRs that show up without prior discussion will be closed 2. **One change per PR** — Keep it focused. Don't bundle unrelated fixes or refactors 3. **No breaking changes** — Backwards compatibility is non-negotiable 4. **Target the `dev` branch** — All PRs must be opened against `dev`, not `main`