We love your input! We want to make contributing as easy and transparent as possible.
- Fork the repo
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Use consistent formatting
- Add comments for complex logic
- Test your changes