starset-wiki/.github/issue_template/new-entry-zht.yml
2024-05-17 16:45:04 +08:00

57 lines
1.6 KiB
YAML

name: 新條目
about: 創建一個新條目
title: '[新條目]: '
body:
- type: markdown
attributes:
value: |
提交新條目工單時,建議先閱讀[編輯計劃](https://starset.wiki/zh-tw/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: contribute-intention
attributes:
options:
- label: 我是STARSET Wiki編委會成員。
required: false
- label: 我願意自行承擔該條目的編寫工作。
required: false
- label: 我願意自行承擔該條目的翻譯工作。
required: false