mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2026-01-09 14:38:03 -05:00
Adding feature requests to discussions
This commit is contained in:
45
.github/DISCUSSION_TEMPLATE/feature-requests.yml
vendored
Normal file
45
.github/DISCUSSION_TEMPLATE/feature-requests.yml
vendored
Normal 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
|
||||
42
.github/ISSUE_TEMPLATE/200_feature_request.yml
vendored
42
.github/ISSUE_TEMPLATE/200_feature_request.yml
vendored
@@ -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
|
||||
12
.github/ISSUE_TEMPLATE/config.yml
vendored
12
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user