How to Contribute via GitHub Pull Request
How to Contribute
- Fork the repository
- Create a new branch:
git checkout -b feature-name - Make your changes
- Commit & push:
git commit -m "Added new feature" - Open a Pull Request
git checkout -b feature-namegit commit -m "Added new feature"