From 935e5c57c9ed4c826a448cc121032d0d39ea163b Mon Sep 17 00:00:00 2001 From: mtvpls Date: Sun, 17 May 2026 12:18:13 +0800 Subject: [PATCH] Add Cloudflare and Netlify options to bug template Added Cloudflare and Netlify as deployment options in the bug report template. --- .github/ISSUE_TEMPLATE/bug.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 2522f45..48de914 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -49,6 +49,8 @@ body: options: - Docker - Vercel + - Cloudflare + - Netlify - 其他 validations: required: true @@ -85,3 +87,10 @@ body: label: 是否为移动设备 options: - label: 是 + + - type: input + attributes: + label: 我已认真填写所有复现步骤并正确选择了对应环境 + description: 我已知晓不认真填写不会得到回应且可能会被close + validations: + required: true