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: