From 3ec5aa26fae879f693c7321b0bb3c3eb82c63781 Mon Sep 17 00:00:00 2001 From: bladeoner Date: Sun, 20 Feb 2022 19:13:44 +0100 Subject: [PATCH] Update bug report and add question report (#458) --- .github/ISSUE_TEMPLATE/bug-report.yml | 44 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 22 ----------- .github/ISSUE_TEMPLATE/question-report.yml | 22 +++++++++++ 3 files changed, 66 insertions(+), 22 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/question-report.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 0000000..298f03e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,44 @@ +name: Bug report +description: If you are experiencing an issue, please fill out this form. Feature requests will be closed immediately! +title: "[Issue]: " +labels: bug +body: + - type: markdown + attributes: + value: Feature requests will be closed immediately! + - type: textarea + id: describe-bug + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is. + validations: + required: true + - type: textarea + id: reproduce + attributes: + label: To Reproduce + description: Steps to reproduce the behavior: + validations: + required: true + - type: textarea + id: expected-behavior + attributes: + label: Expected behavior + description: A clear and concise description of what you expected to happen. + validations: + required: true + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + render: shell + validations: + required: false + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: If applicable, add screenshots to help explain your problem. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index a2930b9..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Bug report -about: Feature requests will be closed immediately! -title: '' -labels: '' -assignees: '' - ---- - -**Feature requests will be closed immediately!** - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. diff --git a/.github/ISSUE_TEMPLATE/question-report.yml b/.github/ISSUE_TEMPLATE/question-report.yml new file mode 100644 index 0000000..4a6a4c3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question-report.yml @@ -0,0 +1,22 @@ +name: Question +description: If you have a question, please fill out this form. Feature requests will be closed immediately! +title: "[Question]: " +labels: question +body: + - type: markdown + attributes: + value: **Feature requests will be closed immediately!** + - type: textarea + id: describe-question + attributes: + label: Describe your question + description: Describe your question as accurately as possible. + validations: + required: true + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: If applicable, add screenshots to help explain your problem. + validations: + required: false