1
0
mirror of https://github.com/journey-ad/Moe-Counter.git synced 2024-11-23 23:30:56 +01:00
Moe-Counter/.github/ISSUE_TEMPLATE/contribute-theme.yml

40 lines
1.4 KiB
YAML
Raw Permalink Normal View History

2024-10-22 05:32:39 +02:00
name: Contribute Themes
description: Contribute themes for everyone to use.
2024-10-20 20:06:51 +02:00
title: "[Theme]: "
labels: ["theme"]
body:
- type: markdown
attributes:
value: |
2024-10-22 05:32:39 +02:00
### Contribute themes is welcome! Please read this brief tips to get started:
2024-10-20 20:06:51 +02:00
2024-10-22 05:32:39 +02:00
- Create images of numbers from *0-9*, file type can be *jpeg, png, gif, webp*,
- Then named these images as *0.gif, 1.gif, ..., 9.gif* (or other extension).
- Try to ensure that each image has an equal height, and that the image size is not too large.
> Online image compressor: [TinyPNG](https://tinypng.com/) [Ezgif](https://ezgif.com/optimize)
- Then pack these images into a ZIP file.
2024-10-20 20:06:51 +02:00
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