Adding feature requests to discussions

This commit is contained in:
Jory Raphael
2025-12-03 07:49:48 -05:00
parent eceb155cea
commit 14b8429cd7
3 changed files with 53 additions and 46 deletions

View File

@@ -0,0 +1,45 @@
title: "Feature request: "
labels: ["feature"]
body:
- type: markdown
attributes:
value: |
## 💡 Thanks for suggesting a new feature!
Your ideas help us improve Font Awesome. A clear, focused request makes it easier for the community to upvote and for our team to evaluate.
- type: textarea
id: use-case
attributes:
label: "Is your feature request related to a problem?"
description: "A clear and concise description of what the problem is."
placeholder: "I'm always frustrated when..."
- type: textarea
id: feature
attributes:
label: "Feature description"
description: "A clear and concise description of what you want to happen."
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: "Alternatives"
description: "A clear and concise description of any alternative solutions or features you've considered."
- type: textarea
id: additional-context
attributes:
label: "Additional context"
description: "Add any other context or screenshots about the feature request here."
- type: checkboxes
id: feature-request-checklist
attributes:
label: "✅ Feature request checklist"
options:
- label: "This is a single, focused feature request"
required: true
- label: "I've searched existing feature requests to avoid duplicates"
required: true

View File

@@ -1,42 +0,0 @@
name: Feature request
description: Suggest an idea for Font Awesome
title: "Feature request: "
labels: ['feature']
body:
- type: markdown
attributes:
value: Thanks for taking the time to request a new feature!
- type: textarea
id: use-case
attributes:
label: Is your feature request related to a problem?
description: A clear and concise description of what the problem is
placeholder: I'm always frustrated when...
- type: textarea
id: feature
attributes:
label: Feature description
description: A clear and concise description of what you want to happen
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives
description: A clear and concise description of any alternative solutions or features you've considered.
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here
- type: checkboxes
id: feature-request-checklist
attributes:
label: Feature request checklist
options:
- label: 'The title starts with "Feature request: " and is followed by the requested feature description'
required: true
- label: 'This is a single feature'
required: true
- 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'
required: true

View File

@@ -1,8 +1,4 @@
contact_links:
- name: Pro License Issue
url: https://fontawesome.com/#footer
about: Click on the "Support" link in the footer
- name: "✨ Icon Requests"
url: "https://github.com/FortAwesome/Font-Awesome/discussions/new?category=icon-requests"
about: "Request new icons or vote on existing icon ideas."
@@ -10,3 +6,11 @@ contact_links:
- name: "🏷️ Brand Requests"
url: "https://github.com/FortAwesome/Font-Awesome/discussions/new?category=brand-requests"
about: "Request new brands or logos to be added to FA Brands."
- name: "💡 Feature Requests"
url: "https://github.com/FortAwesome/Font-Awesome/discussions/new?category=icon-requests"
about: "Suggest an idea for Font Awesome."
- name: Pro License Issue
url: https://fontawesome.com/#footer
about: Click on the "Support" link in the footer