Contributing to Vyasa

Development WorkflowURL copied

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