Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 450 Bytes

File metadata and controls

27 lines (19 loc) · 450 Bytes

Contributing

Thanks for helping make StarForge sharper.

Local Setup

npm install
npm run dev

Before A Pull Request

npm run lint
npm test
npm run build

Good First Issues

  • Add a new audit rule in src/lib/audit.ts
  • Improve CLI output wording in src/cli.ts
  • Add a new sample README fixture
  • Polish responsive report UI details

Keep changes focused and explain the user-facing impact in the pull request.