mirror of
https://github.com/journey-ad/Moe-Counter.git
synced 2024-11-23 23:30:56 +01:00
docs: Add contribute theme template
This commit is contained in:
parent
97c529e540
commit
440c6e9f72
37
.github/ISSUE_TEMPLATE/contribute-theme.yml
vendored
Normal file
37
.github/ISSUE_TEMPLATE/contribute-theme.yml
vendored
Normal file
@ -0,0 +1,37 @@
|
||||
name: Contribute Theme
|
||||
description: Contribute a theme for everyone to use.
|
||||
title: "[Theme]: "
|
||||
labels: ["theme"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Contribute theme is welcome! Please read this brief tips to get started:
|
||||
|
||||
Create GIF images of numbers from *0-9*, named *0.gif, 1.gif, ..., 9.gif*,
|
||||
Try to ensure that each image has an equal height, and that the image size is not too large.
|
||||
Then pack these images into a ZIP file.
|
||||
|
||||
Additionally, please refrain from using political figures or controversial figures or characters.
|
||||
- type: checkboxes
|
||||
id: tips
|
||||
attributes:
|
||||
label: Tips
|
||||
options:
|
||||
- label: I have read and understood the tips above
|
||||
required: true
|
||||
- type: input
|
||||
id: name
|
||||
attributes:
|
||||
label: Theme Name
|
||||
description: Describe this theme with a short name that can include letters, numbers, and hyphens
|
||||
placeholder: ex. awesome
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: theme
|
||||
attributes:
|
||||
label: Preview and ZIP file
|
||||
description: Upload the theme preview, and ZIP file
|
||||
validations:
|
||||
required: true
|
@ -7,7 +7,7 @@
|
||||
<details>
|
||||
<summary>More theme</summary>
|
||||
|
||||
### *Contribute themes is welcome!*
|
||||
### *[Contribute themes is welcome!](https://github.com/journey-ad/Moe-Counter/issues/new?assignees=&labels=theme&projects=&template=contribute-theme.yml&title=%5BTheme%5D%3A+)*
|
||||
|
||||
##### asoul
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user