From 2bb5e55e1429825c931beec54cb1b6ef09ba08ac Mon Sep 17 00:00:00 2001 From: Brian Thomas Smith Date: Tue, 3 Jan 2023 13:52:18 +0100 Subject: [PATCH] chore(docs): Fix templates --- .github/ISSUE_TEMPLATE/bug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 846399c..091d81b 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,4 +1,4 @@ -name: "Bug report" +name: "Issue report" description: Report an unexpected problem or unintended behavior. labels: ["needs triage"] body: @@ -33,4 +33,4 @@ body: id: more-info attributes: label: Do you have anything more you want to share? - description: For example, steps to reproduce a bug, screenshots, screen recordings, or sample code + description: For example, steps to reproduce, screenshots, screen recordings, or sample code.