Contributing to YDK
- Please first read and follow the coding style guidelines.
- Make sure you have run all the tests on your code changes and try to add sufficient test cases for your changes. To do this, enable Travis CI to be run on your fork by going to
https://travis-ci.org/<your-github-user-id>/ydk-gen
. - Make your changes and push them to your fork.
- Please submit a pull request. Your changes will be code reviewed on github prior to being accepted.