Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 777 Bytes

File metadata and controls

16 lines (12 loc) · 777 Bytes

Contributing

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.

  1. Fork the repository and create a branch for your change: git checkout -b feat/my-feature.
  2. Write clear, small commits and include tests for new features or bug fixes.
  3. Run tests locally: npm install then npm test.
  4. Follow the existing code style. Use semicolons and the existing module pattern.
  5. 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.