Contribution Guidelines


Coding Guidelines:

  1. Top Level API consistency
  2. Unit Testing Guidelines
  3. Check all the return codes
  4. Functions have a single purpose
  5. Verbose naming of variables and functions

Style Guidelines:

  1. Follow the style of the document you are editing

Git Guidelines:

  1. Must be auto-mergable.
    • You should have done the work so that we can automatically merge your changes with the current state of the repository. Otherwise we will reject your pull-request and wait until you have fixed it.
  2. Never have duplicate commits

What kinds of contributions are accepted?:

Review Process:


« Return to How To Contribute