|
|
|
@ -1,8 +1,6 @@
|
|
|
|
|
---
|
|
|
|
|
name: 📝 Documentation Report
|
|
|
|
|
description: Ask us about docs
|
|
|
|
|
# NOTE: issue body is enabled to allow screenshots
|
|
|
|
|
issue_body: true # default: true, adds a classic WSYWIG textarea, if on
|
|
|
|
|
|
|
|
|
|
body:
|
|
|
|
|
- type: markdown
|
|
|
|
@ -87,23 +85,10 @@ body:
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- type: checkboxes
|
|
|
|
|
- type: textarea
|
|
|
|
|
attributes:
|
|
|
|
|
label: Code of Conduct
|
|
|
|
|
label: Additional Information
|
|
|
|
|
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: |
|
|
|
|
|
**Additional Information**
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
@ -112,4 +97,16 @@ body:
|
|
|
|
|
to understand X.
|
|
|
|
|
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
|
|
|
|
|
...
|
|
|
|
|