From 41c85f53a203fc59f8bf6175b285703b231a69b1 Mon Sep 17 00:00:00 2001 From: Goooler Date: Sun, 28 Jan 2024 14:26:20 +0800 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE.md | 22 ---------------------- .github/ISSUE_TEMPLATE/bug_report.yaml | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 22 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 60331a5dc6d..00000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,22 +0,0 @@ -**Before submitting an issue, please check if the same issue is presented in the upstream repository. -If so, please file the issue to that repository instead.** - -## Describe the bug -A clear and concise description of what the bug is. - -## To Reproduce -Steps to reproduce the behavior: - -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -## Expected behavior -A clear and concise description of what you expected to happen. - -## Screenshots -If applicable, add screenshots to help explain your problem. - -## Additional context -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 00000000000..78a85c4a141 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,18 @@ +name: Bug report +description: Create a report to help us address issues you are facing with the app. +title: "[BUG] " +labels: [ bug ] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to file this issue! Here are a few things to check before clicking the submit button :) + 1. Before submitting an issue, please check if the same issue is presented in the upstream repository. If so, please file the issue to that repository instead. + + - type: textarea + id: bug-description + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is. + validations: + required: true