From 96b41256133825d6873b65e7c7183130b17514ed Mon Sep 17 00:00:00 2001 From: nyne Date: Sun, 23 Feb 2025 18:40:07 +0800 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE/bug.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 47eec29..4212aa0 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -11,6 +11,22 @@ body: **Please do not report any issues related to config files.** To report a bug related to the config file, please send it to the [config repository](https://github.com/venera-app/venera-configs). + - type: dropdown + id: bugType + attributes: + label: Bug type + description: What type of bug are you reporting? + options: + - Crash + - UI + - Performance + - Security + - Reader + - JS Engine + - Comic Source + - Other + validations: + required: true - type: textarea id: what-happened attributes: