mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 13:02:56 +00:00
Improve issue template (#1857)
This commit is contained in:
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -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
|
||||||
|
1
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
1
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user