mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2024-11-10 07:27:21 +01:00
🚧 WIP: Issue Template
Signed-off-by: Bjorn Lammers <walkxnl@gmail.com>
This commit is contained in:
parent
acd72755cd
commit
2d35342a80
47
.github/ISSUE_TEMPLATE/_request_suggest.yml
vendored
47
.github/ISSUE_TEMPLATE/_request_suggest.yml
vendored
@ -1,36 +1,39 @@
|
|||||||
name: ⚡️ Requests & Suggestions
|
name: 🩹 Requests & Suggestions
|
||||||
description: Suggest an icon or request changes
|
description: Suggest an icon or request changes
|
||||||
title: "⚡ — *put a quick title describing your issue here*"
|
title: "🩹 — *put a quick title describing your issue here*"
|
||||||
labels: ⚡️ Requests & Suggestions
|
labels: 🩹 Requests & Suggestions
|
||||||
assignees: WalkxCode
|
assignees: walkxcode
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
*Thank you in advance for taking the time to fill out this Requests & Suggestions form!*
|
Thank you for your interest in contributing to our icon repository! To ensure that everything runs smoothly, we've set out some guidelines for contributors.
|
||||||
- type: dropdown
|
## 🌟 Icon Specifications
|
||||||
id: type
|
|
||||||
attributes:
|
- Each icon should be in `PNG` format and have a height of exactly `512px`. Width does not matter. ❗️(No upscales! If the correct size cannot be found, a smaller height will be accepted.)
|
||||||
label: Type
|
|
||||||
description: Choose the option below which best descibes your issue.
|
- Each icon should include both a `PNG` and `SVG` version. If an `SVG` cannot be found, then only a `PNG` version is required.
|
||||||
options:
|
|
||||||
- Icon request
|
- Icons should be named after their full name, with spaces replaced by dashes. For example, "Facebook Messenger" should be named `facebook-messenger.png`.
|
||||||
- Icon enhancement
|
|
||||||
- Documentation change
|
- Monochrome icons should default to a dark version. Light versions should be named `service-light.png`. If a light version is not available, use https://pinetools.com/colorize-image to change its color.
|
||||||
|
|
||||||
|
- If an `SVG` is available for an icon, the `PNG` should be a conversion of that `SVG`. Use https://ezgif.com/svg-to-png to do this. Set the height to `512px` and leave the width empty.
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: info
|
id: icon-name
|
||||||
attributes:
|
attributes:
|
||||||
label: Info
|
label: Icon Name
|
||||||
description: Place any relevant information here. Information about the icons you want to request, the documentation changes you want to see, etc.
|
description: What is the name of the icon you are contributing?
|
||||||
placeholder: ex. Please add a dark version for the Homarr icon.
|
placeholder: Enter icon name here
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: icon
|
id: icons
|
||||||
attributes:
|
attributes:
|
||||||
label: Icon(s)
|
label: Icon(s)
|
||||||
description: Upload your icons here. You can do this by Copy-Pasting or Drag&Dropping the images.
|
description: Upload your icons here. You can do this by Copy-Pasting or Drag & Dropping the images.
|
||||||
placeholder: SVG and PNG accepted!
|
placeholder: Copy-Paste or Drag & Drop images here!
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user