Fork the repo:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
Bug Reports
- Tag it with a
Bug
- Include the following: -- Steps to reproduce -- Expected behavior -- Screenshots (if applicable) -- Environment details
Feature Requests
- Tag it wih
Feature
-- Use Case -- The problem your feature would solve -- If possible, How your solution would work -- Any alternatives you've considered and references