更新 .gitea/issue_template/report_bug.yml
Some checks failed
Gitea Actions Demo / setup (push) Waiting to run
Gitea Actions Demo / test (push) Blocked by required conditions
Gitea Actions Demo / build (push) Blocked by required conditions
build / build (10.x) (push) Has been cancelled
Gitea Actions Demo / Gitea-Actions (push) Has been cancelled
build / build (18.x) (push) Has been cancelled
build / build (16.x) (push) Has been cancelled

This commit is contained in:
huanghs 2024-05-22 16:04:26 +08:00
parent 2652756cf2
commit ac8068a450

View File

@ -1,59 +1,32 @@
name: Bug Report name: Bug Report
about: File a bug report about: File a bug report
title: "[Bug]: " title: "[应用名]: "
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Thanks for taking the time to fill out this bug report! 标题前方的应用名请改为涉及应用名,且标题内容用一句话概括所描述情况,例如:[跟进]: 修复跟进内容加密后emoji图标无法正常显示
- type: input
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
attributes: attributes:
label: Version label: 影响范围
description: What version of our software are you running?
options:
- 1.0.2 (Default)
- 1.0.3 (Edge)
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true multiple: true
options: options:
- Firefox - 微信小程序
- Chrome - H5
- Safari - Web
- Microsoft Edge - 服务端
- type: textarea - type: textarea
id: logs
attributes: attributes:
label: Relevant log output label: 描述
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. description: 请尽可能描述清楚,以免日后回溯时不能理解当初此工单内容表达了什么
render: shell placeholder: 请输入...
- type: checkboxes validations:
id: terms required: true
- type: input
attributes: attributes:
label: Code of Conduct label: 提出人
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com) description: 例如此问题是客户或用户提出,此时应记录真实提出人员
options: placeholder: 例如:张三
- label: I agree to follow this project's Code of Conduct
required: true