We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
One of our conventions is not yet documented and not enforced with bin/check* scripts. It is:
bin/check*
The comments that we want to have in all examples:
# Summary:
# Documentation:
# Explanation:
TODO:
bin/check_docs.sh
The text was updated successfully, but these errors were encountered:
ttarczynski
No branches or pull requests
One of our conventions is not yet documented and not enforced with
bin/check*
scripts.It is:
The comments that we want to have in all examples:
# Summary:
– 1-line summary of what this example does# Documentation:
– add link to documentation before each block (terraform, provider, variable, resource, etc.)# Explanation:
– add only where some extra explanation is neededTODO:
bin/check_docs.sh
script to enforce documentation conventions #183The text was updated successfully, but these errors were encountered: