From 0e871e65ac775df40fd38b032ae7b76bd81fccd7 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sat, 14 Jan 2023 12:31:36 +0400 Subject: [PATCH] Improve issue template (#1857) --- .github/ISSUE_TEMPLATE/bug_report.yml | 15 +++++++++++---- .github/ISSUE_TEMPLATE/feature_request.yml | 1 - 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b84fb319..fe26c2c2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -15,7 +15,6 @@ body: Please answer the following sections to help us troubleshoot the problem. - type: dropdown - id: docker_images attributes: label: What docker image(s) are you using? description: Select as many images as applicable @@ -34,10 +33,10 @@ body: - type: input attributes: - label: OS system and architecture running docker image + label: Host OS system and architecture running docker image placeholder: | Example: - Ubuntu/aarch64 + Ubuntu 22.04 / aarch64 validations: required: true @@ -88,7 +87,7 @@ body: description: | A clear and concise description of what you expected to happen. placeholder: | - Example: ggplot output appears in my notebook. + Example: `ggplot` output appears in my notebook. - type: textarea 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. validations: 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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 9aed03f6..e0d79587 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -13,7 +13,6 @@ body: section in the documentation for our preferred processes before submitting a feature request. - type: dropdown - id: docker_images attributes: label: What docker image(s) is this feature applicable to? description: Select as many images as applicable