Thanks for your interest in contributing to timeSolver! We welcome bug reports, feature requests, and pull requests. Please follow these guidelines to make the process smooth.
- Fork the repository and create a branch for your change:
git checkout -b feat/my-feature. - Write clear, small commits and include tests for new features or bug fixes.
- Run tests locally:
npm installthennpm test. - Follow the existing code style. Use semicolons and the existing module pattern.
- Open a Pull Request against
master, describe the change and why it is needed.
Maintainers will review and request changes if necessary. Large changes may be split into multiple smaller PRs.
If you're unsure where to start, check issues for good first issue tags.