simple-icons/.github/ISSUE_TEMPLATE/icon_request.yml

94 lines
3.3 KiB
YAML
Raw Normal View History

Issue forms (#6303) * create issue form for icon requests * cleanup old issue template * create issue form for icon updates * create package and documentation forms * fix: description strings * remove "render" from textarea * add additional comments section to icon request/update form * fix: grammar * fix: more grammar * feat: default issue titles * move contributing guidelines to top, make resources required * fix contributing guidelines link * remove unnecessary queustion from documentation form * add description for website field * trim trailing whitespace * fix linting errors * add examples to additional comments description * simplify fields to specify issue type * update examples in documentation description * align icon update with icon request * fix: grammar * align package and documentation forms * require "Kind of issue" * clarify kind of issue description * better grammar in kind of issue description * allow issue authors to specify if they would like to contribute * use dropdown in contributing field * update form notice for duplicate issues link searches open issues by default * update contributing description and make field required * add different contributing descriptions * add placeholders * change "Alexa rank" to "Popularity Metric" * change "insufficient" to "too low" * add backticks around hex color in placeholder * reword license question * convert popularity metric to textarea * update all descriptions * no more inline links * fix links * remove trailing whitespace * proper newline * proper newline 2 * capitalize options * capitalize options * add to additional comments description * fix icon request resources description * fix sentences structure * consistent wording - "docs," not "documentation" * remove contributing field from package form * separate inputs for version information * better wording for software input * fix link formatting * more link formatting * update additional comments description * align resources description across forms * remove unnecessary questions from icon update description * format * fix icon request links * add version to chrome example in placeholder * change Simple Icons to Package in label * consistent "None" across forms * consistent "None" across forms * consistent additional comments field * improve wording in version description * fix wording in icon request popularity metric description * minor placeholder updates * fix "this issue concerns..." label * add improvement option to package form * add performance option * consistency Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com>
2021-08-25 23:22:30 +03:00
name: Icon request
description: Request a new icon for Simple Icons
labels: [new icon]
body:
- type: markdown
attributes:
value: >-
We won't add non-brand icons or anything related to illegal services. If in
doubt, open an issue and we'll have a look. For more details see the
[Contributing Guidelines].
Before opening a new issue, make sure it isn't covered by an existing issue.
Please search for [issues with the `new icon` label][new-icon-issues]
(including closed issues) before you continue. If you find one for the brand
you're requesting then leave a comment on it or add a reaction.
[contributing guidelines]: https://github.com/simple-icons/simple-icons/blob/develop/CONTRIBUTING.md
[new-icon-issues]: https://github.com/simple-icons/simple-icons/issues?q=is%3Aissue+label%3A%22new+icon%22
Issue forms (#6303) * create issue form for icon requests * cleanup old issue template * create issue form for icon updates * create package and documentation forms * fix: description strings * remove "render" from textarea * add additional comments section to icon request/update form * fix: grammar * fix: more grammar * feat: default issue titles * move contributing guidelines to top, make resources required * fix contributing guidelines link * remove unnecessary queustion from documentation form * add description for website field * trim trailing whitespace * fix linting errors * add examples to additional comments description * simplify fields to specify issue type * update examples in documentation description * align icon update with icon request * fix: grammar * align package and documentation forms * require "Kind of issue" * clarify kind of issue description * better grammar in kind of issue description * allow issue authors to specify if they would like to contribute * use dropdown in contributing field * update form notice for duplicate issues link searches open issues by default * update contributing description and make field required * add different contributing descriptions * add placeholders * change "Alexa rank" to "Popularity Metric" * change "insufficient" to "too low" * add backticks around hex color in placeholder * reword license question * convert popularity metric to textarea * update all descriptions * no more inline links * fix links * remove trailing whitespace * proper newline * proper newline 2 * capitalize options * capitalize options * add to additional comments description * fix icon request resources description * fix sentences structure * consistent wording - "docs," not "documentation" * remove contributing field from package form * separate inputs for version information * better wording for software input * fix link formatting * more link formatting * update additional comments description * align resources description across forms * remove unnecessary questions from icon update description * format * fix icon request links * add version to chrome example in placeholder * change Simple Icons to Package in label * consistent "None" across forms * consistent "None" across forms * consistent additional comments field * improve wording in version description * fix wording in icon request popularity metric description * minor placeholder updates * fix "this issue concerns..." label * add improvement option to package form * add performance option * consistency Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com>
2021-08-25 23:22:30 +03:00
- type: input
attributes:
label: Brand Name
placeholder: 'Example: Simple Icons'
Issue forms (#6303) * create issue form for icon requests * cleanup old issue template * create issue form for icon updates * create package and documentation forms * fix: description strings * remove "render" from textarea * add additional comments section to icon request/update form * fix: grammar * fix: more grammar * feat: default issue titles * move contributing guidelines to top, make resources required * fix contributing guidelines link * remove unnecessary queustion from documentation form * add description for website field * trim trailing whitespace * fix linting errors * add examples to additional comments description * simplify fields to specify issue type * update examples in documentation description * align icon update with icon request * fix: grammar * align package and documentation forms * require "Kind of issue" * clarify kind of issue description * better grammar in kind of issue description * allow issue authors to specify if they would like to contribute * use dropdown in contributing field * update form notice for duplicate issues link searches open issues by default * update contributing description and make field required * add different contributing descriptions * add placeholders * change "Alexa rank" to "Popularity Metric" * change "insufficient" to "too low" * add backticks around hex color in placeholder * reword license question * convert popularity metric to textarea * update all descriptions * no more inline links * fix links * remove trailing whitespace * proper newline * proper newline 2 * capitalize options * capitalize options * add to additional comments description * fix icon request resources description * fix sentences structure * consistent wording - "docs," not "documentation" * remove contributing field from package form * separate inputs for version information * better wording for software input * fix link formatting * more link formatting * update additional comments description * align resources description across forms * remove unnecessary questions from icon update description * format * fix icon request links * add version to chrome example in placeholder * change Simple Icons to Package in label * consistent "None" across forms * consistent "None" across forms * consistent additional comments field * improve wording in version description * fix wording in icon request popularity metric description * minor placeholder updates * fix "this issue concerns..." label * add improvement option to package form * add performance option * consistency Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com>
2021-08-25 23:22:30 +03:00
validations:
required: true
- type: input
attributes:
label: Website
description: >-
For non-web brands you can add a relevant link. You can put "None" if you don't
think there's a website.
placeholder: 'Example: https://simpleicons.org'
Issue forms (#6303) * create issue form for icon requests * cleanup old issue template * create issue form for icon updates * create package and documentation forms * fix: description strings * remove "render" from textarea * add additional comments section to icon request/update form * fix: grammar * fix: more grammar * feat: default issue titles * move contributing guidelines to top, make resources required * fix contributing guidelines link * remove unnecessary queustion from documentation form * add description for website field * trim trailing whitespace * fix linting errors * add examples to additional comments description * simplify fields to specify issue type * update examples in documentation description * align icon update with icon request * fix: grammar * align package and documentation forms * require "Kind of issue" * clarify kind of issue description * better grammar in kind of issue description * allow issue authors to specify if they would like to contribute * use dropdown in contributing field * update form notice for duplicate issues link searches open issues by default * update contributing description and make field required * add different contributing descriptions * add placeholders * change "Alexa rank" to "Popularity Metric" * change "insufficient" to "too low" * add backticks around hex color in placeholder * reword license question * convert popularity metric to textarea * update all descriptions * no more inline links * fix links * remove trailing whitespace * proper newline * proper newline 2 * capitalize options * capitalize options * add to additional comments description * fix icon request resources description * fix sentences structure * consistent wording - "docs," not "documentation" * remove contributing field from package form * separate inputs for version information * better wording for software input * fix link formatting * more link formatting * update additional comments description * align resources description across forms * remove unnecessary questions from icon update description * format * fix icon request links * add version to chrome example in placeholder * change Simple Icons to Package in label * consistent "None" across forms * consistent "None" across forms * consistent additional comments field * improve wording in version description * fix wording in icon request popularity metric description * minor placeholder updates * fix "this issue concerns..." label * add improvement option to package form * add performance option * consistency Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com>
2021-08-25 23:22:30 +03:00
validations:
required: true
- type: textarea
attributes:
label: Popularity Metric
description: >-
Provide either a [Similarweb rank] or the number of GitHub stars. If
Similarweb does not have a rank for your brand or the rank fails to meet our
requirements, we can also accept an [Alexa rank] as an alternative. If these
are not available or too low you can still open the issue. In this case,
please provide any information regarding the brand's popularity you think is
Issue forms (#6303) * create issue form for icon requests * cleanup old issue template * create issue form for icon updates * create package and documentation forms * fix: description strings * remove "render" from textarea * add additional comments section to icon request/update form * fix: grammar * fix: more grammar * feat: default issue titles * move contributing guidelines to top, make resources required * fix contributing guidelines link * remove unnecessary queustion from documentation form * add description for website field * trim trailing whitespace * fix linting errors * add examples to additional comments description * simplify fields to specify issue type * update examples in documentation description * align icon update with icon request * fix: grammar * align package and documentation forms * require "Kind of issue" * clarify kind of issue description * better grammar in kind of issue description * allow issue authors to specify if they would like to contribute * use dropdown in contributing field * update form notice for duplicate issues link searches open issues by default * update contributing description and make field required * add different contributing descriptions * add placeholders * change "Alexa rank" to "Popularity Metric" * change "insufficient" to "too low" * add backticks around hex color in placeholder * reword license question * convert popularity metric to textarea * update all descriptions * no more inline links * fix links * remove trailing whitespace * proper newline * proper newline 2 * capitalize options * capitalize options * add to additional comments description * fix icon request resources description * fix sentences structure * consistent wording - "docs," not "documentation" * remove contributing field from package form * separate inputs for version information * better wording for software input * fix link formatting * more link formatting * update additional comments description * align resources description across forms * remove unnecessary questions from icon update description * format * fix icon request links * add version to chrome example in placeholder * change Simple Icons to Package in label * consistent "None" across forms * consistent "None" across forms * consistent additional comments field * improve wording in version description * fix wording in icon request popularity metric description * minor placeholder updates * fix "this issue concerns..." label * add improvement option to package form * add performance option * consistency Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com>
2021-08-25 23:22:30 +03:00
relevant.
[Similarweb rank]: https://www.similarweb.com
[Alexa rank]: https://www.alexa.com/siteinfo
placeholder: 'Example: The Similarweb rank is 261,758. See https://www.similarweb.com/website/simpleicons.org'
Issue forms (#6303) * create issue form for icon requests * cleanup old issue template * create issue form for icon updates * create package and documentation forms * fix: description strings * remove "render" from textarea * add additional comments section to icon request/update form * fix: grammar * fix: more grammar * feat: default issue titles * move contributing guidelines to top, make resources required * fix contributing guidelines link * remove unnecessary queustion from documentation form * add description for website field * trim trailing whitespace * fix linting errors * add examples to additional comments description * simplify fields to specify issue type * update examples in documentation description * align icon update with icon request * fix: grammar * align package and documentation forms * require "Kind of issue" * clarify kind of issue description * better grammar in kind of issue description * allow issue authors to specify if they would like to contribute * use dropdown in contributing field * update form notice for duplicate issues link searches open issues by default * update contributing description and make field required * add different contributing descriptions * add placeholders * change "Alexa rank" to "Popularity Metric" * change "insufficient" to "too low" * add backticks around hex color in placeholder * reword license question * convert popularity metric to textarea * update all descriptions * no more inline links * fix links * remove trailing whitespace * proper newline * proper newline 2 * capitalize options * capitalize options * add to additional comments description * fix icon request resources description * fix sentences structure * consistent wording - "docs," not "documentation" * remove contributing field from package form * separate inputs for version information * better wording for software input * fix link formatting * more link formatting * update additional comments description * align resources description across forms * remove unnecessary questions from icon update description * format * fix icon request links * add version to chrome example in placeholder * change Simple Icons to Package in label * consistent "None" across forms * consistent "None" across forms * consistent additional comments field * improve wording in version description * fix wording in icon request popularity metric description * minor placeholder updates * fix "this issue concerns..." label * add improvement option to package form * add performance option * consistency Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com>
2021-08-25 23:22:30 +03:00
validations:
required: true
- type: textarea
attributes:
label: Official Resources for Icon and Color
description: >-
Media kits, brand guidelines, SVG files, etc. You can set
this to "None" if you are unable to find any resources.
placeholder: |
Example:
svg: https://github.com/simple-icons/simple-icons/blob/develop/icons/simpleicons.svg
color: `#111111`, from the website header
validations:
required: true
- type: textarea
attributes:
label: Additional Comments
description: |
Is there anything else we should know about the brand? Remember that not everyone knows the brand as well as you do. For example:
- Are there multiple options for the logo and/or color?
- Is the icon released under a license?
- If you think the brand might not be accepted, why do you think it should be considered?
placeholder: 'Example: There are two variants of this icon...'
Issue forms (#6303) * create issue form for icon requests * cleanup old issue template * create issue form for icon updates * create package and documentation forms * fix: description strings * remove "render" from textarea * add additional comments section to icon request/update form * fix: grammar * fix: more grammar * feat: default issue titles * move contributing guidelines to top, make resources required * fix contributing guidelines link * remove unnecessary queustion from documentation form * add description for website field * trim trailing whitespace * fix linting errors * add examples to additional comments description * simplify fields to specify issue type * update examples in documentation description * align icon update with icon request * fix: grammar * align package and documentation forms * require "Kind of issue" * clarify kind of issue description * better grammar in kind of issue description * allow issue authors to specify if they would like to contribute * use dropdown in contributing field * update form notice for duplicate issues link searches open issues by default * update contributing description and make field required * add different contributing descriptions * add placeholders * change "Alexa rank" to "Popularity Metric" * change "insufficient" to "too low" * add backticks around hex color in placeholder * reword license question * convert popularity metric to textarea * update all descriptions * no more inline links * fix links * remove trailing whitespace * proper newline * proper newline 2 * capitalize options * capitalize options * add to additional comments description * fix icon request resources description * fix sentences structure * consistent wording - "docs," not "documentation" * remove contributing field from package form * separate inputs for version information * better wording for software input * fix link formatting * more link formatting * update additional comments description * align resources description across forms * remove unnecessary questions from icon update description * format * fix icon request links * add version to chrome example in placeholder * change Simple Icons to Package in label * consistent "None" across forms * consistent "None" across forms * consistent additional comments field * improve wording in version description * fix wording in icon request popularity metric description * minor placeholder updates * fix "this issue concerns..." label * add improvement option to package form * add performance option * consistency Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com>
2021-08-25 23:22:30 +03:00
- type: dropdown
attributes:
label: Contributing
description: >-
This is an open source project and we welcome contributions. Do you want to
add this icon?
options:
- 'Yes'
- 'No'
Issue forms (#6303) * create issue form for icon requests * cleanup old issue template * create issue form for icon updates * create package and documentation forms * fix: description strings * remove "render" from textarea * add additional comments section to icon request/update form * fix: grammar * fix: more grammar * feat: default issue titles * move contributing guidelines to top, make resources required * fix contributing guidelines link * remove unnecessary queustion from documentation form * add description for website field * trim trailing whitespace * fix linting errors * add examples to additional comments description * simplify fields to specify issue type * update examples in documentation description * align icon update with icon request * fix: grammar * align package and documentation forms * require "Kind of issue" * clarify kind of issue description * better grammar in kind of issue description * allow issue authors to specify if they would like to contribute * use dropdown in contributing field * update form notice for duplicate issues link searches open issues by default * update contributing description and make field required * add different contributing descriptions * add placeholders * change "Alexa rank" to "Popularity Metric" * change "insufficient" to "too low" * add backticks around hex color in placeholder * reword license question * convert popularity metric to textarea * update all descriptions * no more inline links * fix links * remove trailing whitespace * proper newline * proper newline 2 * capitalize options * capitalize options * add to additional comments description * fix icon request resources description * fix sentences structure * consistent wording - "docs," not "documentation" * remove contributing field from package form * separate inputs for version information * better wording for software input * fix link formatting * more link formatting * update additional comments description * align resources description across forms * remove unnecessary questions from icon update description * format * fix icon request links * add version to chrome example in placeholder * change Simple Icons to Package in label * consistent "None" across forms * consistent "None" across forms * consistent additional comments field * improve wording in version description * fix wording in icon request popularity metric description * minor placeholder updates * fix "this issue concerns..." label * add improvement option to package form * add performance option * consistency Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com>
2021-08-25 23:22:30 +03:00
validations:
required: true