|
1 |
| -name: Icon Request |
2 |
| -description: Requesting a new icon or changes to an existing icon |
3 |
| -title: '[ICON REQUEST]: <icon name>' |
4 |
| -labels: ["request:icon"] |
5 |
| -body: |
6 |
| - - type: markdown |
7 |
| - attributes: |
8 |
| - value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed." |
9 |
| - |
10 |
| - - type: checkboxes |
11 |
| - attributes: |
12 |
| - label: I have searched through the issues and didn't find my problem. |
13 |
| - options: |
14 |
| - - label: Confirm |
15 |
| - required: true |
16 |
| - |
17 |
| - - type: input |
18 |
| - id: about |
19 |
| - attributes: |
20 |
| - label: About the icon |
21 |
| - description: Short description of why you think this icon belongs in our project. |
22 |
| - validations: |
23 |
| - required: true |
24 |
| - |
25 |
| - - type: textarea |
26 |
| - id: links |
27 |
| - attributes: |
28 |
| - label: Links and sources |
29 |
| - description: Provide links to the icon's official website/repository/anywhere that shows what the technology is about, and its official logo. If available, also provide some resources where the icon/SVG can be found (Font Awesome, Icomoon, etc.). |
30 |
| - validations: |
31 |
| - required: true |
32 |
| - |
33 |
| - - type: textarea |
34 |
| - id: extrainformation |
35 |
| - attributes: |
36 |
| - label: Additional information |
37 |
| - description: Is there anything else we should know about this icon? |
| 1 | +name: Icon Request |
| 2 | +description: Request a new icon, or changes to an existing icon |
| 3 | +title: '[ICON REQUEST]: icon name' |
| 4 | +labels: ["request:icon"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed." |
| 9 | + |
| 10 | + - type: checkboxes |
| 11 | + attributes: |
| 12 | + label: I have searched through the issues and didn't find my problem. |
| 13 | + options: |
| 14 | + - label: Confirm |
| 15 | + required: true |
| 16 | + |
| 17 | + - type: input |
| 18 | + id: about |
| 19 | + attributes: |
| 20 | + label: About the icon |
| 21 | + description: Short description of why you think this icon belongs in our project. |
| 22 | + validations: |
| 23 | + required: true |
| 24 | + |
| 25 | + - type: textarea |
| 26 | + id: links |
| 27 | + attributes: |
| 28 | + label: Links and sources |
| 29 | + description: Provide links to the icon's official website/repository/anywhere that shows what the technology is about, and its official logo. If available, also provide some resources where the icon/SVG can be found (Font Awesome, Icomoon, etc.). |
| 30 | + validations: |
| 31 | + required: true |
| 32 | + |
| 33 | + - type: textarea |
| 34 | + id: icons |
| 35 | + attributes: |
| 36 | + label: Icon links and previews |
| 37 | + description: | |
| 38 | + Provide previews and links to official icons (preferably SVG's). |
| 39 | + *If there are no offical icons, or if you feel unofficial ones should be used instead, please add them here.* |
| 40 | + |
| 41 | + Example: |
| 42 | + ```md |
| 43 | + #### jule-original |
| 44 | + <img alt="Git" width="100px" src="https://raw.githubusercontent.com/julelang/resources/6b1f4e68a8258435d87f29b9b2206b20a321f54e/jule.svg" ></img> |
| 45 | + https://github.com/julelang/resources/blob/main/jule.svg |
| 46 | + ``` |
| 47 | + value: | |
| 48 | + #### iconname-version-name |
| 49 | + <img width="100px" src="previewable_link_to_icon" ></img> |
| 50 | + link_to_icon |
| 51 | + validations: |
| 52 | + required: true |
| 53 | + |
| 54 | + - type: textarea |
| 55 | + id: extrainformation |
| 56 | + attributes: |
| 57 | + label: Additional information |
| 58 | + description: | |
| 59 | + Is there anything else we should know about this icon? |
| 60 | + Recommended tags, altnames, and color to be added to [`devicon.json`](https://github.com/devicons/devicon/wiki/Updating-%60devicon.json%60) can also be added here |
0 commit comments