Improve issue template (#1857)

This commit is contained in:
Ayaz Salikhov
2023-01-14 12:31:36 +04:00
committed by GitHub
parent c2a30b2d7f
commit 0e871e65ac
2 changed files with 11 additions and 5 deletions

View File

@@ -15,7 +15,6 @@ body:
Please answer the following sections to help us troubleshoot the problem. Please answer the following sections to help us troubleshoot the problem.
- type: dropdown - type: dropdown
id: docker_images
attributes: attributes:
label: What docker image(s) are you using? label: What docker image(s) are you using?
description: Select as many images as applicable description: Select as many images as applicable
@@ -34,10 +33,10 @@ body:
- type: input - type: input
attributes: attributes:
label: OS system and architecture running docker image label: Host OS system and architecture running docker image
placeholder: | placeholder: |
Example: Example:
Ubuntu/aarch64 Ubuntu 22.04 / aarch64
validations: validations:
required: true required: true
@@ -88,7 +87,7 @@ body:
description: | description: |
A clear and concise description of what you expected to happen. A clear and concise description of what you expected to happen.
placeholder: | placeholder: |
Example: ggplot output appears in my notebook. Example: `ggplot` output appears in my notebook.
- type: textarea - type: textarea
attributes: attributes:
@@ -109,3 +108,11 @@ body:
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations: validations:
required: false required: false
- type: checkboxes
attributes:
label: Latest Docker version
description: You should try to use latest Docker version
options:
- label: I've updated my Docker version to the latest available and the issue still persists
required: true

View File

@@ -13,7 +13,6 @@ body:
section in the documentation for our preferred processes before submitting a feature request. section in the documentation for our preferred processes before submitting a feature request.
- type: dropdown - type: dropdown
id: docker_images
attributes: attributes:
label: What docker image(s) is this feature applicable to? label: What docker image(s) is this feature applicable to?
description: Select as many images as applicable description: Select as many images as applicable