Problem
No contributor guide exists. New contributors do not know how to set up the project, run tests, or submit changes.
Suggestion
Add a CONTRIBUTING.md with the following sections:
Suggested Content
- Prerequisites (Node.js version, etc.)
- How to clone and install dependencies
- How to run tests
- How to run the build
- How to run the linter
- Code style guidelines
- How to submit a pull request
- Issue reporting guidelines
Expected Outcome
- Lower barrier to entry for contributors
- Consistent contribution process
Problem
No contributor guide exists. New contributors do not know how to set up the project, run tests, or submit changes.
Suggestion
Add a
CONTRIBUTING.mdwith the following sections:Suggested Content
Expected Outcome