Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 1.26 KB

Contributing to terraform-provider-harbor

Types of Contributions

Report bugs

Create a github issue and label the issue with bug

Fix bugs or create new resources

Look through the Github issues for bugs, new resource or help wanted

Suggest a new resource or data type

Create a github issue and label the issue with enhancement.

Write Documentation

Create / update documentation to help people understand how to use the data / resource types.

Write terraform acceptance Tests

Write terraform acceptance tests so resources can be tested against a test instance of harbor to automatically validate the creation, update and deletion of terraform resources. For more information refer to terraform acceptance tests here.

Pull requests

Create meaningful Pull Request titles and link issues as we use these to create release notes.