57 lines
1.7 KiB
YAML
57 lines
1.7 KiB
YAML
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: contribute-intention
|
|
attributes:
|
|
options:
|
|
- label: I am a member of the STARSET Wiki Editorial Committee.
|
|
required: false
|
|
- label: I am willing to take on the writing task for this entry.
|
|
required: false
|
|
- label: I am willing to take on the translation task for this entry.
|
|
required: false
|