feat: add GitHub community and bug workflows

This commit is contained in:
xweiba
2026-08-08 16:55:17 +08:00
parent b07fa61195
commit 8cc65172b2
13 changed files with 345 additions and 83 deletions
@@ -0,0 +1,59 @@
title: "[第三方配置分享] "
body:
- type: markdown
attributes:
value: |
感谢分享已验证的第三方客户端配置。请先移除账号、订阅、密码、设备标识、真实位置等敏感信息。
截图除敏感信息遮挡外不要添加箭头、编号或说明文字,维护者会统一裁剪和标注。
- type: dropdown
id: client
attributes:
label: 第三方客户端
options:
- Shadowrocket
- Surge
- Quantumult X
- Loon
- Stash
- Egern
validations:
required: true
- type: input
id: client-version
attributes:
label: 第三方客户端版本
placeholder: 例如 2.2.70
validations:
required: true
- type: input
id: ios-version
attributes:
label: iOS 版本
placeholder: 例如 iOS 26.5
validations:
required: true
- type: textarea
id: setup-steps
attributes:
label: 配置步骤
description: 请描述模块导入、证书或解密设置、代理连接和最终验证过程。
placeholder: |
1. ...
2. ...
3. ...
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: 截图与补充说明
description: 可以直接拖入脱敏原图,并说明每张图片对应的步骤。
validations:
required: false
- type: checkboxes
id: attribution
attributes:
label: README 收录署名
options:
- label: 匿名收录,不在 README 展示投稿账号
required: false
+45
View File
@@ -0,0 +1,45 @@
name: Bug 报告
description: 报告 App 功能异常和可复现问题
title: "[Bug] "
labels:
- bug
body:
- type: markdown
attributes:
value: |
请优先在 App 的“设置 → 支持 → 报告 Bug”中生成诊断报告,再粘贴到下方字段。
提交前请移除真实位置、账号、订阅、密码、证书私钥和其他敏感信息。
- type: textarea
id: app-report
attributes:
label: App 生成的诊断报告
description: 粘贴 App 自动复制的完整报告;如果无法进入 App,请按占位格式手动填写。
placeholder: |
### 环境信息
App 版本:
系统版本:
运行模式:
第三方客户端:
可复现环境:
### 问题描述
### 诊断日志
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: 截图或录屏
description: 可选。请先遮挡账号、通知、真实位置和其他敏感信息。
validations:
required: false
- type: checkboxes
id: confirmations
attributes:
label: 提交确认
options:
- label: 我已搜索现有 Issues,确认没有相同问题
required: true
- label: 我已移除真实位置、认证信息、订阅地址、证书私钥和其他敏感信息
required: true
+11
View File
@@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: 使用帮助
url: https://github.com/xweiba/location-spoofer/discussions/categories/%E4%BD%BF%E7%94%A8%E5%B8%AE%E5%8A%A9
about: 安装、证书、代理配置、环境检测和问题排查
- name: 功能建议
url: https://github.com/xweiba/location-spoofer/discussions/categories/%E5%8A%9F%E8%83%BD%E5%BB%BA%E8%AE%AE
about: 提交功能改进、交互优化和新场景建议
- name: 第三方配置分享
url: https://github.com/xweiba/location-spoofer/discussions/categories/%E7%AC%AC%E4%B8%89%E6%96%B9%E9%85%8D%E7%BD%AE%E5%88%86%E4%BA%AB
about: 分享已验证的第三方客户端模块、配置步骤和脱敏截图