You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Suggest an icon to be included in Font Awesome
2
+
description: Suggest an icon, modifier, or emoji to be included in Font Awesome
3
3
labels: ["new icon"]
4
-
title: "Icon request: "
4
+
projects: ["FortAwesome/20"]
5
+
title: "Icon Request: "
5
6
body:
6
7
- type: markdown
7
8
attributes:
8
-
value: |
9
-
Thanks for taking the time to request a new icon!
10
-
- type: textarea
11
-
id: use-case
12
-
attributes:
13
-
label: Use case
14
-
description: Describe how this icon could be used.
15
-
- type: textarea
16
-
id: example
9
+
value: "## Before You Request"
10
+
- type: markdown
17
11
attributes:
18
-
label: Example image
19
-
description: Insert the example image here if necessary. A good example is a single color image which plays well at small sizes (16px)
12
+
value: |
13
+
Thanks for requesting a new Font Awesome icon! But first, let's get some specifics out of the way. For example, lots of amazing custom icons can already be created using our [Icon Wizard](https://blog.fontawesome.com/icon-wizard/)! Please check through this list first to ensure your request is as useful and unique as possible:
20
14
- type: checkboxes
21
-
id: icon-request-checklist
15
+
id: checklist
22
16
attributes:
23
-
label: Icon request checklist
17
+
label: Checklist
24
18
options:
25
-
- label: 'The title starts with "Icon request: " and is followed by the requested icon name'
19
+
- label: 'The title of this issue starts with "Icon Request: " and is followed by the new icon name *(ex. "Icon Request: Proton Torpedo")*'
26
20
required: true
27
-
- label: 'This icon does not represent a brand'
21
+
- label: This icon does not represent a brand
28
22
required: true
29
-
- label: 'This is a single icon or matched pair (Ex: `lock` / `unlock`)'
23
+
- label: 'This request is for a single icon or a matched pair *(ex. `lock` and `unlock`)*'
30
24
required: true
31
-
- label: The request is for a concrete object, or I've included an example image
25
+
- label: I've already [searched through existing issues](https://github.com/FortAwesome/Font-Awesome/issues), and to the best of my knowledge this request isn't a duplicate
32
26
required: true
33
-
- label: 'I have [searched for existing issues](https://github.com/FortAwesome/Font-Awesome/issues) and to the best of my knowledge this is not a duplicate'
34
-
required: true
35
-
- label: 'I have [understood how requests work](https://fontawesome.com/community/leaderboard/new#faqs)'
27
+
- label: I understand [how new icon requests work](https://fontawesome.com/support#requesting-icons)
36
28
required: true
29
+
- type: markdown
30
+
attributes:
31
+
value: "## Your Request"
32
+
- type: dropdown
33
+
id: type
34
+
attributes:
35
+
label: Request type
36
+
description: What kind of icon or element do you have in mind?
37
+
options:
38
+
- 😄 Emoji (please provide Unicode code point)
39
+
- 🧙 Wizard modifier
40
+
- ✨ New icon
41
+
- 🔧 Icon improvement
42
+
## - 🧱 Element (save this for the future)
43
+
default: 0
44
+
validations:
45
+
required: true
46
+
- type: textarea
47
+
id: use-case
48
+
attributes:
49
+
label: Use case
50
+
description: How should this new icon be used?
51
+
placeholder: ex. a proton torpedo for our holographic space station attack plans
52
+
validations:
53
+
required: true
54
+
- type: textarea
55
+
id: example
56
+
attributes:
57
+
label: Visual example
58
+
description: Insert an example image or other visual reference to help us get the picture (literally).
0 commit comments