Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 696 Bytes

File metadata and controls

19 lines (12 loc) · 696 Bytes

Contributing to Portfolio

Thank you for your interest in contributing to the Portfolio project!

Development Workflow

  1. Fork the repo and create your branch from main.
  2. Install dependencies: npm install.
  3. Run tests: npm run test.
  4. Enforce Quality: Ensure npm run validate and npm run verify:quality pass.
  5. Commit with conventional prefixes: feat:, fix:, chore:, docs:.

Quality Ratchet

This project uses a "Quality Ratchet" system. Every contribution must maintain or improve the current quality metrics (coverage, performance, a11y).

Reporting Issues

Please use the GitHub Issue templates for bug reports and feature requests.