diff --git "a/.github/ISSUE_TEMPLATE/bug-\345\217\215\351\246\210.md" "b/.github/ISSUE_TEMPLATE/bug-\345\217\215\351\246\210.md" deleted file mode 100644 index e858c95..0000000 --- "a/.github/ISSUE_TEMPLATE/bug-\345\217\215\351\246\210.md" +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: Bug 反馈 -about: 上报功能失效、功能异常 -title: "[BUG] " -labels: '' -assignees: festoney8 - ---- - -### 问题描述 - -- **出问题的页面**:如首页、播放页、动态页、搜索页等,特殊情况请给出网址 - -- **问题功能名**: - -- **问题描述**: - -- **截图(可选)**: - -### 环境 - -- **本插件版本**: - -- **浏览器及版本**: - -- **脚本管理器及版本(可选)**: - -### 初步检查 - -- 可稳定复现问题:是 / 否 / 未知 - -- 在脚本管理器内,只启用本脚本时,仍出现问题:是 / 否 / 未知 - -- 禁用掉对 B 站生效的浏览器插件后,仍出现问题:是 / 否 / 未知 diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml new file mode 100644 index 0000000..f8eb537 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -0,0 +1,118 @@ +name: Bug 反馈 +description: 上报功能失效、功能异常等问题 +title: "[BUG] " +labels: ["bug"] +body: + - type: markdown + attributes: + value: | + ## 问题描述 + + - type: input + id: problem_page + attributes: + label: 出问题的页面 + description: 如首页、播放页、动态页、搜索页、直播页等,特殊情况请给出网址 + placeholder: 输入页面名或网址 + validations: + required: true + + - type: input + id: problem_name + attributes: + label: 问题功能名 + placeholder: 输入出问题的功能名 + validations: + required: true + + - type: textarea + id: problem_description + attributes: + label: 问题描述 + validations: + required: true + + - type: textarea + id: problem_screenshot + attributes: + label: 上传截图(可选) + validations: + required: false + + - type: markdown + attributes: + value: | + ## 环境 + + - type: input + id: env_os + attributes: + label: 操作系统 + placeholder: 如 Win10 / Win11 / MacOS + validations: + required: true + + - type: input + id: env_browser + attributes: + label: 浏览器版本 + placeholder: 如 Chrome 130 / Firefox 131 + validations: + required: true + + - type: input + id: env_monkey + attributes: + label: 脚本管理器版本 + placeholder: 如 Tampermonkey 最新 + validations: + required: false + + - type: input + id: env_plugin + attributes: + label: 本插件版本 + placeholder: 如 v4.0.5 / 最新 + validations: + required: false + + - type: markdown + attributes: + value: | + ## 初步检查 + + - type: dropdown + id: check_reproduce + attributes: + label: 可稳定复现问题 + options: + - 是 + - 否 + - 未知 + default: 2 + validations: + required: true + + - type: dropdown + id: check_script_conflict + attributes: + label: 在暴力猴/篡改猴内,只启用本脚本时,仍出现问题 + options: + - 是 + - 否 + - 未知 + default: 2 + validations: + required: true + + - type: dropdown + id: check_plugin_conflict + attributes: + label: 禁用掉对 B 站生效的浏览器插件后,仍出现问题 + options: + - 是 + - 否 + - 未知 + default: 2 + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml new file mode 100644 index 0000000..137de24 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -0,0 +1,19 @@ +name: 新功能 +description: 提出新功能需求 +title: "[FR] " +labels: ["enhancement"] +body: + - type: markdown + attributes: + value: | + ### 本插件专注于页面净化和优化,新功能以让页面更精简、更好用为主 + ### 暂不考虑给 B 站扩展功能、增加页面组件等工具性需求 + --- + + - type: textarea + id: feature_description + attributes: + label: 功能描述 + description: 在此介绍需要的功能 + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/other.yaml b/.github/ISSUE_TEMPLATE/other.yaml new file mode 100644 index 0000000..449d2fc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.yaml @@ -0,0 +1,10 @@ +name: 其他问题 +description: 其他问题 +title: "[Other] " +body: + - type: textarea + id: feature_description + attributes: + label: 文字说明 + validations: + required: true diff --git "a/.github/ISSUE_TEMPLATE/\345\205\266\344\273\226\351\227\256\351\242\230.md" "b/.github/ISSUE_TEMPLATE/\345\205\266\344\273\226\351\227\256\351\242\230.md" deleted file mode 100644 index 33eb9f0..0000000 --- "a/.github/ISSUE_TEMPLATE/\345\205\266\344\273\226\351\227\256\351\242\230.md" +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: 其他问题 -about: 其他问题 -title: "[Other]" -labels: '' -assignees: '' - ---- - - diff --git "a/.github/ISSUE_TEMPLATE/\346\226\260\345\212\237\350\203\275.md" "b/.github/ISSUE_TEMPLATE/\346\226\260\345\212\237\350\203\275.md" deleted file mode 100644 index e4db03d..0000000 --- "a/.github/ISSUE_TEMPLATE/\346\226\260\345\212\237\350\203\275.md" +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: 新功能 -about: 提出新功能需求 -title: "[FR] " -labels: '' -assignees: festoney8 - ---- - -(在此描述需要的功能~ 提醒一下,本插件专注于页面净化和优化,新功能以让页面更精简、更好用为主,不考虑给 B 站增加页面组件等工具类功能需求)