summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <webknjaz@redhat.com>2021-03-09 20:55:14 +0100
committerGitHub <noreply@github.com>2021-03-09 20:55:14 +0100
commit1d5110db6fc91aae310c2a916cccf787e18b3011 (patch)
treeb44ba3b832c8bba2e66b092d1ff6e253147621d2 /.github
parent9db557e43114e6f26d39ab3537ad301b02334d22 (diff)
downloadansible-1d5110db6fc91aae310c2a916cccf787e18b3011.tar.gz
Unify additional info + WYSIWYG as optional input in the documentation report issue form (#73796)
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/documentation_report.yml14
1 files changed, 4 insertions, 10 deletions
diff --git a/.github/ISSUE_TEMPLATE/documentation_report.yml b/.github/ISSUE_TEMPLATE/documentation_report.yml
index e508c6700b..92df1b71e7 100644
--- a/.github/ISSUE_TEMPLATE/documentation_report.yml
+++ b/.github/ISSUE_TEMPLATE/documentation_report.yml
@@ -86,18 +86,12 @@ body:
validations:
required: true
-- type: textarea
+- type: markdown
attributes:
- label: Additional Information
- description: |
- Describe how this improves the documentation, e.g. before/after situation or screenshots.
+ value: |
+ **Additional Information**
- **Tip:** It's not possible to upload the screenshot via this field directly but you can use the last textarea in this form to attach them.
+ 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
...