Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Latest commit

 

History

History
6 lines (5 loc) · 486 Bytes

CONTRIBUTIONS.md

File metadata and controls

6 lines (5 loc) · 486 Bytes

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.