测试 issue 模板

This commit is contained in:
锦恢 2025-02-07 18:45:41 +08:00
parent 99df944e4f
commit 2f90a87a1c

View File

@ -1,64 +1,89 @@
name: Bug Report name: Bug Report
description: File a bug report. description: Report a bug to us.
title: "[Bug]: " title: "[Bug]: "
labels: ["bug", "triage"] labels: ["bug"]
projects: ["octo-org/1", "octo-org/44"]
assignees:
- octocat
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Thanks for taking the time to fill out this bug report! "You give me a peach, I repay you with a jade."
- type: input Please read [nc-ai | About Feedback](https://nc-ai.cn/article/cxnqr517/#%E5%85%B3%E4%BA%8E%E5%8F%8D%E9%A6%88) before filling out this form.
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. email@example.com
validations:
required: false
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: dropdown - type: dropdown
id: version id: os
attributes: attributes:
label: Version label: Operating System
description: What version of our software are you running? description: What operating system are you running on?
options: options:
- 1.0.2 (Default) - Windows
- 1.0.3 (Edge) - Mac
- Linux
- Other
default: 0 default: 0
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: browsers id: chip
attributes: attributes:
label: What browsers are you seeing the problem on? label: Chip Architecture
multiple: true description: What chip architecture are you running on?
options: options:
- Firefox - x86
- Chrome - arm
- Safari - loongson
- Microsoft Edge - Other
- type: textarea default: 0
id: logs validations:
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com).
options:
- label: I agree to follow this project's Code of Conduct
required: true required: true
- type: dropdown
id: connect
attributes:
label: Running Method
description: How are you running the software?
options:
- Desktop
- SSH Remote Connection
- WSL2
- Virtual Machine
- Other
default: 0
validations:
required: true
- type: input
id: vscode-version
attributes:
label: Vscode / Vscodium Version
placeholder: "1.96.2"
validations:
required: true
- type: input
id: dide-version
attributes:
label: Digital IDE Version
placeholder: "0.4.0"
validations:
required: true
- type: textarea
id: meet-question
attributes:
label: Issue You Encountered
validations:
required: true
- type: textarea
id: expect
attributes:
label: Expected Result
validations:
required: false
- type: textarea
id: actual
attributes:
label: Actual Result
validations:
required: false
- type: textarea
id: log
attributes:
label: Runtime Log
render: shell
validations:
required: false