app/.github/ISSUE_TEMPLATE/resource_publish_en.yml

59 lines
1.4 KiB
YAML
Raw Normal View History

2024-09-22 01:38:44 +08:00
name: Publish Resource
title: "Resource: {name}"
description: Publish the resource to the Qingxue Bot official store
labels: [ "Resource" ]
body:
- type: input
id: name
attributes:
label: Name
description: The readable name of the resource pack
placeholder: e.g. Cute UI Resource Pack
validations:
required: true
- type: input
id: description
attributes:
label: Description
description: A brief description of the resource
placeholder: e.g. Makes the rendering card style more beautiful
validations:
required: true
- type: input
id: author
attributes:
label: Author
description: The GitHub username of the author
placeholder: e.g. snowykami
validations:
required: true
- type: input
id: link
attributes:
2024-09-22 01:42:03 +08:00
label: Link
2024-09-22 01:38:44 +08:00
description: Direct download link of the resource pack
placeholder: e.g. https://aaa.com/r.zip
validations:
required: true
- type: input
id: homepage
attributes:
label: Homepage
description: Homepage of the resource pack
placeholder: e.g. https://github.com/user/repo
validations:
required: false
- type: input
id: tags
attributes:
label: Tags
description: Tags
placeholder: 'e.g. [{"label": "Tag Name", "color": "#ea5252"}]'
2024-09-22 01:42:03 +08:00
value: '[ { "label": "Text", "color": "#a2d8f4" } ]'
2024-09-22 01:38:44 +08:00
validations:
2024-09-22 01:42:03 +08:00
required: false