From 6c542edfc95cfed5414248c4421b802e0b7aa83a Mon Sep 17 00:00:00 2001 From: Juan Calderon-Perez <835733+gaby@users.noreply.github.com> Date: Wed, 27 Oct 2021 00:23:13 -0400 Subject: [PATCH] Add examples for version and image tag. --- .github/ISSUE_TEMPLATE/ask-for-help.yaml | 4 ++-- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ask-for-help.yaml b/.github/ISSUE_TEMPLATE/ask-for-help.yaml index c768ebad..dd1bcaf7 100644 --- a/.github/ISSUE_TEMPLATE/ask-for-help.yaml +++ b/.github/ISSUE_TEMPLATE/ask-for-help.yaml @@ -40,7 +40,7 @@ body: attributes: label: "🐋 Docker" description: "If running with Docker, which version are you running?" - placeholder: "Version can be found by running: docker version" + placeholder: "Ex. 20.10.9" validations: required: false - type: input @@ -48,7 +48,7 @@ body: attributes: label: "🏷️ Docker Image Tag" description: "Which Docker image tag are you using? If running '1' or 'latest', please specify image hash." - placeholder: "1, latest, debian, alpine. Image hash can be obtained with: docker images --digests" + placeholder: "Ex. 1.9.1" validations: required: false - type: input diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 9fcab1f2..5e3b5bf8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -56,7 +56,7 @@ body: attributes: label: "🐋 Docker" description: "If running with Docker, which version are you running?" - placeholder: "Version can be found by running: docker version" + placeholder: "Ex. 20.10.9" validations: required: false - type: input @@ -64,7 +64,7 @@ body: attributes: label: "🏷️ Docker Image Tag" description: "Which Docker image tag are you using? If running '1' or 'latest', please specify image hash." - placeholder: "1, latest, debian, alpine. Image hash can be obtained with: docker images --digests" + placeholder: "Ex. 1.9.1" validations: required: false - type: input