Files
Font-Awesome/.github/DISCUSSION_TEMPLATE/icon-requests.yml
Jory Raphael ee8791fd24 Simplifying icon request titles
We already have an "icon request" label for these, and they are placed in the "icon request" discussion category. By also having "icon request" in the title of the discussion, it started to feel too noisy and redundant.
2025-12-12 11:03:47 -05:00

61 lines
2.1 KiB
YAML

title: "[Icon Name] Icon"
labels:
- "icon request"
- "new icon"
body:
- type: markdown
attributes:
value: |
## 👋 Thanks for suggesting a new icon!
Your ideas help shape what we design next. A clear, thoughtful request makes it easier for the community to vote on and for our team to evaluate.
- type: textarea
id: icon-description
attributes:
label: "🧩 What icon are you requesting?"
description: "Describe the icon and the concept it should represent."
- type: textarea
id: icon-usage
attributes:
label: "💡 Where would this icon be used?"
description: "Tell us the scenario, UI, or workflow where this icon appears."
- type: textarea
id: visual-references
attributes:
label: "🖼️ Visual references (optional but very helpful)"
description: "Paste example images, sketches, screenshots, or links here. Simple, single-color images are best."
- type: checkboxes
id: preferred-packs
attributes:
label: "🎨 Preferred pack(s) (optional)"
description: "Which Font Awesome pack(s) could this icon appear in?"
options:
- label: "Classic, Duotone, Sharp, Sharp Duotone"
- label: "Chisel"
- label: "Etch"
- label: "Jelly"
- label: "Notdog"
- label: "Slab"
- label: "Thumbprint"
- label: "Utility"
- label: "Whiteboard"
- type: checkboxes
id: checklist
attributes:
label: "✅ Request checklist"
options:
- label: "This request is **not** for a brand or logo (those follow a different request flow)"
required: true
- label: "This request is for a **single, clear concept** (or a matched pair like `lock` / `unlock`)"
required: true
- label: "I've included references *or* the concept is easy to visualize"
required: false
- label: "I searched existing Discussions/Issues to avoid duplicates"
required: true
- label: "I understand how icon requests work and what makes one more likely to be accepted"
required: true