Files
openit/.github/ISSUE_TEMPLATE/Question.yml
2022-08-01 13:27:56 +08:00

37 lines
1019 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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