From 79f6e7cc1ce8723c26e30c5acb475d02b2befbad Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Sat, 19 Mar 2022 12:42:25 +0900 Subject: [PATCH] Simplify wording of description hint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartłomiej Dach --- .github/ISSUE_TEMPLATE/bug-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-issue.yml b/.github/ISSUE_TEMPLATE/bug-issue.yml index 882b0bf6bf..0174a0d47f 100644 --- a/.github/ISSUE_TEMPLATE/bug-issue.yml +++ b/.github/ISSUE_TEMPLATE/bug-issue.yml @@ -25,7 +25,7 @@ body: - type: textarea attributes: label: Bug description - description: What are the steps for reproducing the bug? Any additional details that might be of help? + description: How did you find the bug? Any additional details that might help? validations: required: true - type: textarea