From bece9cdc396c31242b2be77e834805e4a8b084d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 25 Mar 2022 09:30:22 +0100 Subject: [PATCH] Refine GitHub issue templates MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8fe3802d..f5fb7c3b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -42,4 +42,4 @@ body: - type: textarea attributes: label: Attachments - description: Logs, screenshots, screencast, etc. + description: Logs, configurations, screenshots, screencast, etc. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 8854c9ba..75f3e08d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -22,4 +22,4 @@ body: - type: textarea attributes: label: Attachments - description: Logs, screenshots, screencast, etc. + description: Logs, configurations, screenshots, screencast, etc. -- 2.34.1