Skip to content

Commit 0e871e6

Browse files
authored
Improve issue template (#1857)
1 parent c2a30b2 commit 0e871e6

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ body:
1515
Please answer the following sections to help us troubleshoot the problem.
1616
1717
- type: dropdown
18-
id: docker_images
1918
attributes:
2019
label: What docker image(s) are you using?
2120
description: Select as many images as applicable
@@ -34,10 +33,10 @@ body:
3433

3534
- type: input
3635
attributes:
37-
label: OS system and architecture running docker image
36+
label: Host OS system and architecture running docker image
3837
placeholder: |
3938
Example:
40-
Ubuntu/aarch64
39+
Ubuntu 22.04 / aarch64
4140
validations:
4241
required: true
4342

@@ -88,7 +87,7 @@ body:
8887
description: |
8988
A clear and concise description of what you expected to happen.
9089
placeholder: |
91-
Example: ggplot output appears in my notebook.
90+
Example: `ggplot` output appears in my notebook.
9291
9392
- type: textarea
9493
attributes:
@@ -109,3 +108,11 @@ body:
109108
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
110109
validations:
111110
required: false
111+
112+
- type: checkboxes
113+
attributes:
114+
label: Latest Docker version
115+
description: You should try to use latest Docker version
116+
options:
117+
- label: I've updated my Docker version to the latest available and the issue still persists
118+
required: true

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ body:
1313
section in the documentation for our preferred processes before submitting a feature request.
1414
1515
- type: dropdown
16-
id: docker_images
1716
attributes:
1817
label: What docker image(s) is this feature applicable to?
1918
description: Select as many images as applicable

0 commit comments

Comments
 (0)