From 46062167673beffa87272f4b9294223635331851 Mon Sep 17 00:00:00 2001 From: bladeoner Date: Mon, 21 Feb 2022 00:15:46 +0100 Subject: [PATCH] Update reports (#994) --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/question-report.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 298f03e..46ca0c5 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -17,7 +17,7 @@ body: id: reproduce attributes: label: To Reproduce - description: Steps to reproduce the behavior: + description: Steps to reproduce the behavior. validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/question-report.yml b/.github/ISSUE_TEMPLATE/question-report.yml index 4a6a4c3..be43cc7 100644 --- a/.github/ISSUE_TEMPLATE/question-report.yml +++ b/.github/ISSUE_TEMPLATE/question-report.yml @@ -5,7 +5,7 @@ labels: question body: - type: markdown attributes: - value: **Feature requests will be closed immediately!** + value: Feature requests will be closed immediately! - type: textarea id: describe-question attributes: