starset-wiki/.github/issue_template/new-entry-zh.yml
2024-05-17 16:35:37 +08:00

64 lines
1.7 KiB
YAML

name: 新条目
about: 创建一个新条目
title: '[新条目]: '
body:
- type: markdown
attributes:
value: |
提交新条目工单时,建议先阅读[编辑计划](https://starset.wiki/zh/roadmap)。
- type: input
id: entry-name
attributes:
label: 条目名称
description: 你想要创建的条目名称
placeholder: "如: Dustin Bates"
validations:
required: true
- type: dropdown
id: entry-category
attributes:
label: 条目类别
description: 该条目所属的版面。
options:
- 传记
- 音乐
- 故事
- TSS
- 二创
- 娱乐
- 活动
- 其它
- type: textarea
id: description
attributes:
label: 条目内容
description: 简要描述你想在该条目看到的内容或你计划编写的内容。
placeholder: "如: 个人简介、专辑信息、故事情节"
validations:
required: true
- type: input
id: main-language
attributes:
label: 主要语言
description: 该条目的主要语言。
placeholder: "如: 简体中文、繁体中文、英语"
value: "简体中文"
validations:
required: false
- type: checkboxes
id: i-am-editor
attributes:
label: 我是编委
description: 如果你是编委会成员,请勾选此项。
options:
- label: 我是STARSET Wiki编委会成员。
required: true
- type: checkboxes
id: self-assign
attributes:
label: 自行承担
description: 如果你愿意自行承担该条目的编写工作,请勾选此项。
options:
- label: 我愿意自行承担该条目的编写工作。
required: true