4 / 10

Development WorkflowURL copied

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