- Create a new branch for your feature:
git checkout -b feature-name
- Make your changes
- Test your changes locally by running:
vyasa demo/
- Commit your changes:
git commit -am "Add feature"
- Push to your fork:
git push origin feature-name
- Create a Pull Request