Thank you for your interest in contributing! 🎉
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes
- Test your changes
- Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Follow the existing code style
- Add comments for complex logic
- Update documentation as needed
- Add tests for new features
- Use the GitHub issue tracker
- Include detailed description
- Provide steps to reproduce (for bugs)
- Include system information if relevant
Feel free to open an issue for any questions or clarifications!
By contributing, you agree that your contributions will be licensed under the same license as the project (MIT).