mirror of
https://github.com/taixingyiji/openit.git
synced 2025-10-28 16:32:26 +00:00
37 lines
1019 B
YAML
37 lines
1019 B
YAML
name: Question 问题
|
||
description: 提出你的疑惑🤔
|
||
title: "Q: "
|
||
labels: question
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
请在上方输入您的标题
|
||
发表issues时请记住: 这是真的吗?有必要吗?是善良的吗?
|
||
- type: textarea
|
||
id: repro
|
||
attributes:
|
||
label: 详细说明
|
||
description: |
|
||
直接的诉说出你的疑问和担忧( ͡° ͜ʖ ͡°)
|
||
图片需要在issues提出后追加
|
||
value: |
|
||
什么:
|
||
怎么:
|
||
为什么:
|
||
render: bash
|
||
validations:
|
||
required: true
|
||
- type: checkboxes
|
||
id: cat-preferences
|
||
attributes:
|
||
label: 这里有一些承诺需要审阅
|
||
options:
|
||
- label: 我会广泛传播这个项目
|
||
- label: 这是我经过思考提出的问题
|
||
required: true
|
||
- label: 我查阅了其他的issues,没有重复提问
|
||
required: true
|
||
- label: 我承诺遵守社区指导方针
|
||
required: true
|