Problem Statement
CONTRIBUTING.md documents development workflow commands. Some may reference scripts that do not exist or have been renamed. First-time contributors following the guide encounter errors before they've made any changes.
Why It Matters
Broken contributor documentation is demoralising and signals poor project maintenance quality.
Acceptance Criteria
Files Affected: CONTRIBUTING.md, README.md
Difficulty: Easy | Effort: 1–2 hours
Problem Statement
CONTRIBUTING.mddocuments development workflow commands. Some may reference scripts that do not exist or have been renamed. First-time contributors following the guide encounter errors before they've made any changes.Why It Matters
Broken contributor documentation is demoralising and signals poor project maintenance quality.
Acceptance Criteria
CONTRIBUTING.mdagainst the actual scripts in allpackage.jsonfilesnpm run lint,npm run test, andnpm run buildall succeedCONTRIBUTING.mdbadge linking to the contribution guide from the READMEFiles Affected:
CONTRIBUTING.md,README.mdDifficulty: Easy | Effort: 1–2 hours