diff --git a/.github/issue_template/new-entry-en.yml b/.github/issue_template/new-entry-en.yml new file mode 100644 index 0000000..a34cbc6 --- /dev/null +++ b/.github/issue_template/new-entry-en.yml @@ -0,0 +1,63 @@ +name: New Entry +about: Create a new entry +title: '[New Entry]: ' +body: + - type: markdown + attributes: + value: | + Before submitting a new entry request, please read the [Roadmap](https://starset.wiki/en/roadmap). + - type: input + id: entry-name + attributes: + label: Entry Name + description: The name of the entry you want to create + placeholder: "e.g., Dustin Bates" + validations: + required: true + - type: dropdown + id: entry-category + attributes: + label: Entry Category + description: The category the entry belongs to. + options: + - Biography + - Music + - Story + - TSS + - Fan Creation + - Entertainment + - Event + - Other + - type: textarea + id: description + attributes: + label: Entry Content + description: Briefly describe the content you want to see in this entry or the content you plan to write. + placeholder: "e.g., Personal biography, album information, storyline" + validations: + required: true + - type: input + id: main-language + attributes: + label: Main Language + description: The main language of this entry. + placeholder: "e.g., Simplified Chinese, Traditional Chinese, English" + value: "Simplified Chinese" + validations: + required: false + - type: checkboxes + id: i-am-editor + attributes: + label: I Am an Editor + description: If you are a member of the editorial committee, please check this box. + options: + - label: I am a member of the STARSET Wiki Editorial Committee. + required: true + - type: checkboxes + id: self-assign + attributes: + label: Self-assignment + description: If you are willing to take on the writing task for this entry, please check this box. + options: + - label: I am willing to take on the writing task for this entry. + required: true diff --git a/.github/issue_template/new-entry-zh.yml b/.github/issue_template/new-entry-zh.yml new file mode 100644 index 0000000..0731614 --- /dev/null +++ b/.github/issue_template/new-entry-zh.yml @@ -0,0 +1,64 @@ +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 + diff --git a/.github/issue_template/new-entry-zht.yml b/.github/issue_template/new-entry-zht.yml new file mode 100644 index 0000000..8bb477c --- /dev/null +++ b/.github/issue_template/new-entry-zht.yml @@ -0,0 +1,63 @@ +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: i-am-editor + attributes: + label: 我是編委 + description: 如果你是編委會成員,請勾選此項。 + options: + - label: 我是STARSET Wiki編委會成員。 + required: true + - type: checkboxes + id: self-assign + attributes: + label: 自行承擔 + description: 如果你願意自行承擔該條目的編寫工作,請勾選此項。 + options: + - label: 我願意自行承擔該條目的編寫工作。 + required: true