2024-01-02 21:24:08 +08:00
|
|
|
name: '😇 疑问或帮助 Help Wanted'
|
|
|
|
description: '疑问或需要帮助 | Need help'
|
|
|
|
title: '[Question] '
|
|
|
|
labels: '😇 Help Wanted'
|
|
|
|
body:
|
|
|
|
- type: dropdown
|
|
|
|
attributes:
|
|
|
|
label: '👌 是否检查过没有类似issue'
|
|
|
|
options:
|
2024-01-09 22:01:19 +08:00
|
|
|
- 就不检查
|
2024-01-02 21:24:08 +08:00
|
|
|
- 否
|
2024-01-07 23:45:34 +08:00
|
|
|
- 是
|
2024-01-09 22:01:19 +08:00
|
|
|
validations:
|
|
|
|
required: true
|
2024-01-02 21:24:08 +08:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: '🧐 问题描述 | Proposed Solution'
|
|
|
|
description: A clear and concise description of the proplem.
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: '📝 补充信息 | Additional Information'
|
|
|
|
description: Add any other context about the problem here.
|