Thanks for your interest in contributing!
- Fork the repository and create a feature branch from
main. - Install dependencies (if applicable):
npm ci - Run tests (if applicable):
npm test - Keep changes focused and small.
- Open a Pull Request against
mainwith a clear description. - Link any relevant issues.
- Ensure tests pass and documentation is updated.
- 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.