From 5744215d9927f4b5e34a4ab1b28400627a108f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 26 Nov 2024 12:22:49 +0100 Subject: [PATCH] Issue templates: rephrase how we ask `docker info` to the users People might not now if the issue is related to docker or not, and we've had to ask them for additional information after they opened the issue. This makes it clearer that this information might be useful. --- .github/ISSUE_TEMPLATE/bug_report_linux.yml | 2 +- .github/ISSUE_TEMPLATE/bug_report_macos.yml | 3 +-- .github/ISSUE_TEMPLATE/bug_report_windows.yml | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_linux.yml b/.github/ISSUE_TEMPLATE/bug_report_linux.yml index 5cc621f..1ab1ea9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_linux.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_linux.yml @@ -36,7 +36,7 @@ body: attributes: label: Podman info description: | - If the bug occurs during document conversion, or is otherwise related with Podman, please copy and paste the following commands in your terminal, and provide us with the output: + Please copy and paste the following commands in your terminal, and provide us with the output: ```shell podman version diff --git a/.github/ISSUE_TEMPLATE/bug_report_macos.yml b/.github/ISSUE_TEMPLATE/bug_report_macos.yml index 9bd36ca..902ccb2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_macos.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_macos.yml @@ -48,8 +48,7 @@ body: attributes: label: Docker info description: | - If the bug occurs during document conversion, or is otherwise related - with Docker, please copy and paste the following commands in your + Please copy and paste the following commands in your terminal, and provide us with the output: ```shell diff --git a/.github/ISSUE_TEMPLATE/bug_report_windows.yml b/.github/ISSUE_TEMPLATE/bug_report_windows.yml index 3c2cb86..fc691ce 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_windows.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_windows.yml @@ -35,8 +35,7 @@ body: attributes: label: Docker info description: | - If the bug occurs during document conversion, or is otherwise related - with Docker, please copy and paste the following commands in your + Please copy and paste the following commands in your terminal, and provide us with the output: ```shell