Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 1.06 KB

Contributing to NetApp's REST Examples

Adding new example scripts, improving documentation, fixing bugs, or writing tutorials are all examples of helpful contributions.

Bug fixes and script additions can be initiated through GitHub pull requests. You can read about how to create a pull request here When making code contributions to the repository, we ask that you follow the PEP 8 coding standard.

This repository requires that you certify yourself under the terms of the Developer Certificate of Origin. Be sure to sign off your commits using the -s flag or adding Signed-off-By: Name<Email> in the commit message.

Example

git commit -s -m 'Informative commit message'

For more information on how you could contribute, refer the ONTAP REST API Contribution documentation.