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.
git commit -s -m 'Informative commit message'
For more information on how you could contribute, refer the ONTAP REST API Contribution documentation.