Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Bug report / Bug 反馈
description: Report something not working as expected. 报告产品行为异常。
title: "[Bug] "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Bug 反馈 · Bug report
请描述问题,可附上复现步骤与截图。Describe the issue; steps and screenshots are optional.
- type: textarea
id: description
attributes:
label: 问题描述 / Description
description: 什么坏了、影响是什么?What is broken and its impact?
placeholder: "示例:打开设置页时崩溃,无法进入模型配置。Example: App crashes when opening Settings → Model config."
render: markdown
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: 复现步骤 / Steps to reproduce
description: 选填。Steps are optional.
placeholder: |-
示例 / Example:
1. 打开应用 / Open the app
2. 进入设置 → 模型配置 / Open Settings → Model config
3. 点击“添加服务” / Click “Add service”
4. 应用崩溃 / App crashes
render: bash
- type: textarea
id: screenshots
attributes:
label: 截图 / Screenshots
description: 选填,可拖拽图片。Optional; drag & drop images.
placeholder: "![截图](url)"
render: markdown
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Issue 选择器行为配置 / Issue picker behaviour for this repository.
# 仅允许使用模板提交;禁止空白 issue。Only templates allowed; no blank issues.

blank_issues_enabled: false
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Feature request / 功能请求
description: Suggest an enhancement or ask a question. 建议新功能或提出问题。
title: "[Feature] "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
功能请求 · Feature request
请描述你的需求,可附上草图。Describe your need; a sketch is optional.
- type: textarea
id: requirement
attributes:
label: 需求 / Requirement
description: 你希望有什么功能或改进?What feature or change do you want?
placeholder: |-
示例 / Example:
希望能按会话单独设置模型,而不是全局一个模型。
I want to set the model per session instead of one global model.
render: markdown
validations:
required: true
- type: textarea
id: sketch
attributes:
label: 草图 / Sketch
description: 选填,可绘制示意或拖拽图片。Optional; sketch or drag & drop an image.
placeholder: "![草图](url)"
render: markdown
Loading