From 256c4a64c9e00dfe58fa3c208bb850bf5ec46025 Mon Sep 17 00:00:00 2001 From: Aunali321 <48486084+Aunali321@users.noreply.github.com> Date: Wed, 14 Sep 2022 15:35:19 +0530 Subject: [PATCH] feat: bug issue template. --- .github/ISSUE_TEMPLATE/bug-issue.yml | 61 ++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-issue.yml diff --git a/.github/ISSUE_TEMPLATE/bug-issue.yml b/.github/ISSUE_TEMPLATE/bug-issue.yml new file mode 100644 index 00000000..6fc0562d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-issue.yml @@ -0,0 +1,61 @@ +name: 🐞 Bug report +description: Report a very clearly broken issue. +title: 'bug: ' +labels: [bug] +body: + - type: markdown + attributes: + value: | + # ReVanced Manager bug report + + Important to note that your issue may have already been reported before. Please check for existing issues [here](https://github.com/revanced/revanced-manager/labels/bug). + + - type: dropdown + attributes: + label: Type + options: + - Error while running the manager + - Error at runtime + - Cosmetic + - Other + validations: + required: true + - type: textarea + attributes: + label: Bug description + description: How did you find the bug? Any additional details that might help? + validations: + required: true + - type: textarea + attributes: + label: Steps to reproduce + description: Add the steps to reproduce this bug including your environment. + placeholder: Step 1. Download some files. Step 2. ... + validations: + required: true + - type: textarea + 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: true + - type: textarea + attributes: + label: Screenshots or videos + description: Add screenshots or videos that show the bug here. + placeholder: Drag and drop the screenshots/videos into this box. + validations: + required: false + - type: textarea + attributes: + label: Solution + description: If applicable, add a possible solution. + validations: + required: false + - type: textarea + attributes: + label: Additional context + description: Add additional context here. + validations: + required: false