Contributions are welcome! Here's how you can help:
- Fork the repository
- Create a new branch for your changes (
git checkout -b feature/my-feature) - Make your changes and commit them with clear messages
- Push your branch to your fork
- Open a Pull Request against the
mainbranch
- Provide a clear description of what your PR does
- Keep changes focused — one feature/fix per PR
- Make sure your changes don't break existing functionality
- Update documentation if needed
- Be respectful and constructive
- Focus on what is best for the community
- Report issues and bugs — they're contributions too!