nows/.github/ISSUE_TEMPLATE/new.yml

25 lines
682 B
YAML
Raw Permalink Normal View History

2023-11-25 15:59:12 +08:00
name: 提交句子
description: 提交一个新的句子
title: "[New]: Sentence"
body:
- type: textarea
id: sentence
attributes:
label: 句子
description: 你的句子是什么,请不要在句尾加句号
validations:
required: true
- type: textarea
id: author
attributes:
label: 作者
2023-11-25 17:41:02 +08:00
description: 这个句子是哪位角色说的,例如:"桂乃芬"
validations:
required: true
- type: textarea
id: from
attributes:
label: 出处
description: 这个句子是哪个游戏哪个任务里的,例如:"崩坏:星穹铁道《狐斋志异》双生"
2023-11-25 15:59:12 +08:00
validations:
required: true