mirror of
https://github.com/hashicorp/terraform-provider-helm.git
synced 2025-12-18 23:26:08 -05:00
Update documentation section of contribution guide (#1439)
This commit is contained in:
parent
1f7c3de452
commit
f3162592b0
1 changed files with 3 additions and 1 deletions
|
|
@ -16,7 +16,9 @@ expect:
|
|||
modify the code, and [create a pull request](https://help.github.com/en/articles/creating-a-pull-request-from-a-fork).
|
||||
You are welcome to submit your pull request for commentary or review before
|
||||
it is fully completed by creating a [draft pull request](https://help.github.com/en/articles/about-pull-requests#draft-pull-requests).
|
||||
Please include specific questions or items you'd like feedback on.
|
||||
Please include specific questions or items you'd like feedback on.
|
||||
|
||||
1. Our documentation utilizes the [`tfplugindocs`](https://github.com/hashicorp/terraform-plugin-docs) tool. When making updates to documentation, please only edit the `.md.tmpl` files and execute the `tfplugindocs generate` command to ensure the changes are reflected in the `.md` files.
|
||||
|
||||
1. Once you believe your pull request is ready to be reviewed, ensure the
|
||||
pull request is not a draft pull request by [marking it ready for review](https://help.github.com/en/articles/changing-the-stage-of-a-pull-request) and a
|
||||
|
|
|
|||
Loading…
Reference in a new issue