Thank you for your interest in contributing!
-
Bug Reports & Feature Requests:
- Please use GitHub Issues to report bugs or request features.
-
Pull Requests:
- Fork the repository and create your branch from
main. - Add tests for new features or bug fixes if possible.
- Ensure your code passes existing tests (
npm test). - Open a pull request with a clear description of your changes.
- Fork the repository and create your branch from
- Use clear, descriptive variable and function names.
- Add comments where necessary, especially for complex logic.
- Keep code modular and avoid duplication.
- Be respectful and constructive in discussions.
- All contributions are welcome!