Contributions are welcome and greatly appreciated! We aim to be a community-driven tool, and your help can make it even better.
Ways to Contribute:
- 🐛 Report Bugs: If you find a bug, please open an issue on GitHub detailing the problem, your environment, and steps to reproduce it.
- 💡 Suggest Features: Have an idea for a new feature or improvement? Open an issue to discuss it first.
- 📖 Improve Documentation: Found a typo or think something could be clearer? Feel free to open an issue or submit a PR with improvements.
- 💻 Submit Pull Requests: For code contributions, please follow these general steps:
- Fork the repository.
- Create a new branch for your feature or bug fix (e.g., feature/add-cool-thing or fix/resolve-that-bug).
- Make your changes. Try to follow the existing code style.
- Add tests for any new functionality or bug fixes.
- Ensure existing tests pass.
- Open a Pull Request (PR) against the main branch, clearly describing your changes.