diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 47eec29..8837286 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -8,9 +8,31 @@ 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: + 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: 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 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