Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 613 Bytes

File metadata and controls

23 lines (15 loc) · 613 Bytes

Contributing

Thanks for your interest in contributing!

Getting Started

  1. Fork the repository and create a feature branch from main.
  2. Install dependencies (if applicable): npm ci
  3. Run tests (if applicable): npm test
  4. Keep changes focused and small.

Pull Request Process

  1. Open a Pull Request against main with a clear description.
  2. Link any relevant issues.
  3. Ensure tests pass and documentation is updated.

Code Style

  • Follow existing patterns in the codebase.
  • No em dashes in comments or documentation.

For major changes, open an issue first to discuss design and scope.