The README.md references a CONTRIBUTING.md (lines 253 and 268) but the file does not exist at the repo root. New contributors land on a broken link.
What to add
Create /CONTRIBUTING.md covering:
- Where to file bugs / open discussions
- How to set up the dev environment (link to
docs/02-development-guide.md)
- How to run tests and lint (
make test-all, make check)
- Commit message convention (link to
.github/semantic-commit-guide.md)
- Changeset workflow (
cd src/frontend && npm run changeset)
- DCO / CLA reminder (link to
.github/cla/)
- PR review expectations
Hints
- Keep it short; link out to existing docs rather than duplicating
- Reference
docs/02-development-guide.md for setup details
Difficulty: good first issue — mostly writing, no code changes required.
The
README.mdreferences aCONTRIBUTING.md(lines 253 and 268) but the file does not exist at the repo root. New contributors land on a broken link.What to add
Create
/CONTRIBUTING.mdcovering:docs/02-development-guide.md)make test-all,make check).github/semantic-commit-guide.md)cd src/frontend && npm run changeset).github/cla/)Hints
docs/02-development-guide.mdfor setup detailsDifficulty: good first issue — mostly writing, no code changes required.