-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
87 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
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: | ||
label: Download Link | ||
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"}]' | ||
value: [ { "label": "Tag Name", "color": "#a2d8f4" } ] | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters