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