Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 457 Bytes

File metadata and controls

18 lines (13 loc) · 457 Bytes

Contributing

Workflow

  1. Start from an up-to-date branch based on main.
  2. Use a focused branch name such as feature/..., fix/..., chore/..., refactor/..., or docs/....
  3. Keep each commit to one logical unit of work.
  4. Push each commit so the remote branch stays current.
  5. Open a pull request against main.

Local Validation

Run the validation path before opening or updating a pull request:

npm run check
npm test