mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
b452a2c086
Issue Forms are now supported on the desktop and mobile versions of GitHub, and the mobile application links to the website to allow users fill the form Files have a numeric prefix to sort templates by priority, with icon requests at the top A special configuration is used to redirect users to the website when the issue is related to the Pro License. License related issues should not be addressed on a publicly accessible repository, because sensitive information (like email address) are necessary Ref: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
37 lines
1.4 KiB
YAML
37 lines
1.4 KiB
YAML
name: Brand request
|
|
description: Suggest a brand to be included in Font Awesome
|
|
labels: ["brand icon"]
|
|
title: "Brand request: "
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to request a new brand!
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: Please enter a brief description of this brand and why it is important to have it in the core of Font Awesome
|
|
- type: input
|
|
id: official-website
|
|
attributes:
|
|
label: Official website
|
|
description: Please provide the official website of this brand. The website must be in production and reachable from the public internet
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: Brand guidelines
|
|
description: "Link to brand guidelines, if available (e.g.: https://about.twitter.com/en/who-we-are/brand-toolkit)"
|
|
- type: checkboxes
|
|
id: icon-request-checklist
|
|
attributes:
|
|
label: Icon request checklist
|
|
options:
|
|
- label: 'The title starts with "Brand request: ", is followed by the requested brand name'
|
|
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
|
|
- label: 'I have [understood how requests work](https://fontawesome.com/community/leaderboard/brands#faqs)'
|
|
required: true
|