From 96b41256133825d6873b65e7c7183130b17514ed Mon Sep 17 00:00:00 2001 From: nyne Date: Sun, 23 Feb 2025 18:40:07 +0800 Subject: [PATCH 1/3] 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: From af7a7c220e9917ab9d6d95c0f9f7697b28dcedbd Mon Sep 17 00:00:00 2001 From: nyne Date: Tue, 25 Feb 2025 21:34:59 +0800 Subject: [PATCH 2/3] Update issue templates. --- .github/ISSUE_TEMPLATE/bug.yaml | 8 +++++++- .github/ISSUE_TEMPLATE/enhancement.yaml | 10 ++++++++++ .github/ISSUE_TEMPLATE/other.yaml | 9 --------- 3 files changed, 17 insertions(+), 10 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/other.yaml diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 4212aa0..8837286 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -8,9 +8,15 @@ body: value: | Thank you for reporting a problem, please complete the title and fill in the following information. + 感谢您的反馈,请填写完整标题并填写以下信息。 + **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). + **请不要报告与配置文件相关的任何问题。** + + This project is a comic reader that allows users write their own config files. And there is no built-in comic source. + + 本项目是一个漫画阅读器,允许用户编写自己的配置文件,并且没有内置漫画源。 - type: dropdown id: bugType attributes: diff --git a/.github/ISSUE_TEMPLATE/enhancement.yaml b/.github/ISSUE_TEMPLATE/enhancement.yaml index 0162f71..44d4691 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yaml +++ b/.github/ISSUE_TEMPLATE/enhancement.yaml @@ -7,6 +7,16 @@ body: attributes: value: | Welcome to make a feature request, please fill in the following information after completing the title. + + 欢迎提出功能建议,请填写完整标题后填写以下信息。 + + **Please do not report any issues related to config files.** + + **请不要报告与配置文件相关的任何问题。** + + This project is a comic reader that allows users write their own config files. And there is no built-in comic source. + + 本项目是一个漫画阅读器,允许用户编写自己的配置文件,并且没有内置漫画源。 - type: textarea id: what-happened attributes: diff --git a/.github/ISSUE_TEMPLATE/other.yaml b/.github/ISSUE_TEMPLATE/other.yaml deleted file mode 100644 index 145744e..0000000 --- a/.github/ISSUE_TEMPLATE/other.yaml +++ /dev/null @@ -1,9 +0,0 @@ -name: other -description: Other contents -body: - - type: textarea - id: what-happened - attributes: - label: Content - validations: - required: true From 4640831e69be9aca24c8b6118826c88a449cdd6b Mon Sep 17 00:00:00 2001 From: nyne <67669799+wgh136@users.noreply.github.com> Date: Tue, 25 Feb 2025 21:43:30 +0800 Subject: [PATCH 3/3] Disable blank issue --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false