mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-11-16 00:59:07 +02:00
Use pipe operator in issue templates (#10516)
This commit is contained in:
parent
f6de795e85
commit
392f583904
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,4 +1,4 @@
|
||||
contact_links:
|
||||
- name: Website
|
||||
about: Issues and improvements for the website
|
||||
url: https://github.com/simple-icons/simple-icons-website/issues/new?assignees=&labels=&template=website.md
|
||||
url: https://github.com/simple-icons/simple-icons-website/issues/new?template=website.md
|
||||
|
5
.github/ISSUE_TEMPLATE/documentation.yml
vendored
5
.github/ISSUE_TEMPLATE/documentation.yml
vendored
@ -5,18 +5,17 @@ labels: [docs]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: >-
|
||||
value: |
|
||||
Before opening a new issue, make sure it isn't covered by an existing issue.
|
||||
Please search for [issues with the `docs` label][docs-issues] (including
|
||||
closed issues) before you continue.
|
||||
|
||||
|
||||
[docs-issues]: https://github.com/simple-icons/simple-icons/issues?q=is%3Aissue+label%3Adocs
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Kind of Issue
|
||||
description: >-
|
||||
description: |
|
||||
If your issue type is not here, select "other" and explain in the
|
||||
"Description" field below.
|
||||
options: [Improvement, Mistake, Other]
|
||||
|
3
.github/ISSUE_TEMPLATE/icon_removal.yml
vendored
3
.github/ISSUE_TEMPLATE/icon_removal.yml
vendored
@ -5,13 +5,12 @@ labels: [removal request]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: >-
|
||||
value: |
|
||||
Before opening a new issue, make sure it isn't covered by an existing issue.
|
||||
Please search for [issues with the `removal request` or `breaking change` label][removal-issues]
|
||||
(including closed issues) before you continue. If you find one for the brand
|
||||
you're reporting then leave a comment on it or add a reaction.
|
||||
|
||||
|
||||
[removal-issues]: https://github.com/simple-icons/simple-icons/issues?q=is%3Aissue+label%3A%22removal+request%22%2C%22breaking+change%22
|
||||
|
||||
- type: input
|
||||
|
10
.github/ISSUE_TEMPLATE/icon_request.yml
vendored
10
.github/ISSUE_TEMPLATE/icon_request.yml
vendored
@ -5,12 +5,11 @@ labels: [new icon]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: >-
|
||||
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
|
||||
@ -34,7 +33,7 @@ body:
|
||||
- type: input
|
||||
attributes:
|
||||
label: Website
|
||||
description: >-
|
||||
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'
|
||||
@ -44,12 +43,11 @@ body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Popularity Metric
|
||||
description: >-
|
||||
description: |
|
||||
Provide either a [Similarweb rank], which must be in the top 500,000 to qualify,
|
||||
or failing that another metric from [our contributing guidelines] that we can
|
||||
use to assess the popularity of the requested brand.
|
||||
|
||||
|
||||
[Similarweb rank]: https://www.similarweb.com
|
||||
[our contributing guidelines]: https://github.com/simple-icons/simple-icons/blob/develop/CONTRIBUTING.md#assessing-popularity
|
||||
placeholder: 'Example: The Similarweb rank is 261,758. See https://www.similarweb.com/website/simpleicons.org'
|
||||
@ -59,7 +57,7 @@ body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Official Resources for Icon and Color
|
||||
description: >-
|
||||
description: |
|
||||
Media kits, brand guidelines, SVG files, etc. You can set
|
||||
this to "None" if you are unable to find any resources.
|
||||
placeholder: |
|
||||
|
5
.github/ISSUE_TEMPLATE/icon_update.yml
vendored
5
.github/ISSUE_TEMPLATE/icon_update.yml
vendored
@ -5,13 +5,12 @@ labels: [icon outdated]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: >-
|
||||
value: |
|
||||
Before opening a new issue, make sure it isn't covered by an existing issue.
|
||||
Please search for [issues with the `icon outdated` label][icon-outdated-issues]
|
||||
(including closed issues) before you continue. If you find one for the brand
|
||||
you're reporting then leave a comment on it or add a reaction.
|
||||
|
||||
|
||||
[icon-outdated-issues]: https://github.com/simple-icons/simple-icons/issues?q=is%3Aissue+label%3A%22icon+outdated%22
|
||||
|
||||
- type: input
|
||||
@ -24,7 +23,7 @@ body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Official Resources for Icon and Color
|
||||
description: >-
|
||||
description: |
|
||||
Media kits, brand guidelines, SVG files, etc. You can set
|
||||
this to "None" if you are unable to find any resources.
|
||||
placeholder: |
|
||||
|
7
.github/ISSUE_TEMPLATE/package.yml
vendored
7
.github/ISSUE_TEMPLATE/package.yml
vendored
@ -5,18 +5,17 @@ labels: [package]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: >-
|
||||
value: |
|
||||
Before opening a new issue, make sure it isn't covered by an existing issue.
|
||||
Please search for [issues with the `package` label][package-issues] (including
|
||||
closed issues) before you continue.
|
||||
|
||||
|
||||
[package-issues]: https://github.com/simple-icons/simple-icons/issues?q=is%3Aissue+label%3Apackage
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Kind of Issue
|
||||
description: >-
|
||||
description: |
|
||||
If your issue type is not here, select "other" and explain in the
|
||||
"Description" field below.
|
||||
options: [Bug, Feature, Performance, Other]
|
||||
@ -41,7 +40,7 @@ body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Other Software
|
||||
description: >-
|
||||
description: |
|
||||
The software that you are using the package with (Node.js & NPM, PHP & Packagist,
|
||||
Browser(s), other) and their versions. You can put "None" if you are unsure.
|
||||
placeholder: |
|
||||
|
Loading…
Reference in New Issue
Block a user