|
|
|
@ -86,6 +86,19 @@ body:
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- type: checkboxes
|
|
|
|
|
attributes:
|
|
|
|
|
label: Code of Conduct
|
|
|
|
|
description: |
|
|
|
|
|
Read the [Ansible Code of Conduct][CoC] first.
|
|
|
|
|
|
|
|
|
|
[CoC]: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html?utm_medium=github&utm_source=issue_form--documentation_report.yml
|
|
|
|
|
options:
|
|
|
|
|
- label: I agree to follow the Ansible Code of Conduct
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- type: markdown
|
|
|
|
|
attributes:
|
|
|
|
|
value: |
|
|
|
|
@ -94,4 +107,9 @@ body:
|
|
|
|
|
Describe how this improves the documentation, e.g. before/after situation or screenshots.
|
|
|
|
|
|
|
|
|
|
**HINT:** You can paste https://gist.github.com links for larger files.
|
|
|
|
|
placeholder: >-
|
|
|
|
|
When the improvement is applied, it makes it more straightforward
|
|
|
|
|
to understand X.
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
...
|
|
|
|
|