From ceb06664f012a5506a2cffe52b369c70300311ad Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Wed, 11 Jan 2023 22:52:52 +0000 Subject: [PATCH] Clarify descriptions of issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/question.md | 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 ad484ce..a514e69 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ name: Bug report -description: Create a report to help us improve +description: Are you experiencing a problem? Create a report to help us improve! labels: 'bug' body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index e23dcd5..2632c39 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,6 +1,6 @@ --- name: Question -about: Ask away! +about: Ask away! (Do not use this for bugs or features.) labels: 'question' ---