From 546402f3d29b6b535e446da1a1c8ea3358003d2f Mon Sep 17 00:00:00 2001 From: Juan Calderon-Perez <835733+gaby@users.noreply.github.com> Date: Wed, 27 Oct 2021 00:11:50 -0400 Subject: [PATCH] Added docker-image-tag field. --- .github/ISSUE_TEMPLATE/ask-for-help.yaml | 13 ++++++++++--- .github/ISSUE_TEMPLATE/bug_report.yaml | 17 ++++++++++------- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ask-for-help.yaml b/.github/ISSUE_TEMPLATE/ask-for-help.yaml index 98b4c3b3..c6c04490 100644 --- a/.github/ISSUE_TEMPLATE/ask-for-help.yaml +++ b/.github/ISSUE_TEMPLATE/ask-for-help.yaml @@ -33,17 +33,24 @@ body: validations: required: true - type: input - id: docker-tag + id: docker-version attributes: label: "🐋 Docker" - description: "Currently running in Docker? Specify the tag." + description: "If running with Docker, which version are you running?" + validations: + required: false + - type: input + id: docker-image-tag + attributes: + label: "🏷️ Docker Image Tag" + description: "Which Docker image tag are you using? If running '1' or 'latest', please specify image hash." validations: required: false - type: input id: nodejs-version attributes: label: "🟩 NodeJS Version" - description: "If running in the host, which version of NodeJS are you running?" + description: "If running with Node.js? which version are you running?" validations: required: false - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 458d3b82..d4f69a25 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -3,10 +3,6 @@ description: "Submit a bug report to help us improve" title: "[Bug]: " labels: [bug] body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this bug report! - type: textarea id: steps-to-reproduce validations: @@ -53,17 +49,24 @@ body: validations: required: true - type: input - id: docker-tag + id: docker-version attributes: label: "🐋 Docker" - description: "Currently running with Docker? Which image tag are you using?" + description: "If running with Docker, which version are you running?" + validations: + required: false + - type: input + id: docker-image-tag + attributes: + label: "🏷️ Docker Image Tag" + description: "Which Docker image tag are you using? If running '1' or 'latest', please specify image hash." validations: required: false - type: input id: nodejs-version attributes: label: "🟩 NodeJS Version" - description: "Currently running with Node.js? which version of node.js are you running?" + description: "If running with Node.js? which version are you running?" validations: required: false - type: textarea