Description
Create CONTRIBUTING.md with development setup instructions.
Parent Epic
#10 - Add CONTRIBUTING.md guide
Sections to Include
Getting Started
Development Workflow
Project Structure
Template
```markdown
Contributing to idnumbers
Thank you for your interest in contributing!
Getting Started
Prerequisites
- Node.js 16 or higher
- npm or yarn
Setup
\`\`\`bash
git clone https://github.com/identique/idnumbers-npm.git
cd idnumbers-npm
npm install
npm test
\`\`\`
Development Workflow
...
```
Acceptance Criteria
Labels
documentation, contributing, good-first-issue
Description
Create CONTRIBUTING.md with development setup instructions.
Parent Epic
#10 - Add CONTRIBUTING.md guide
Sections to Include
Getting Started
Development Workflow
Project Structure
Template
```markdown
Contributing to idnumbers
Thank you for your interest in contributing!
Getting Started
Prerequisites
Setup
\`\`\`bash
git clone https://github.com/identique/idnumbers-npm.git
cd idnumbers-npm
npm install
npm test
\`\`\`
Development Workflow
...
```
Acceptance Criteria
Labels
documentation, contributing, good-first-issue