2021-09-25 12:59:53 +02:00
|
|
|
name: Icon removal
|
|
|
|
description: Report an icon for removal
|
2024-04-12 19:36:54 +02:00
|
|
|
labels: [breaking change]
|
2024-03-12 16:12:55 +02:00
|
|
|
title: 'Removal: <brand-name>'
|
2021-09-25 12:59:53 +02:00
|
|
|
|
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
2024-02-23 14:38:26 +02:00
|
|
|
value: |
|
2021-09-25 12:59:53 +02:00
|
|
|
Before opening a new issue, make sure it isn't covered by an existing issue.
|
2024-04-12 19:36:54 +02:00
|
|
|
Please search for [issues with the `breaking change` label][breaking-issues]
|
2021-09-25 12:59:53 +02:00
|
|
|
(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.
|
|
|
|
|
2024-04-12 19:36:54 +02:00
|
|
|
[breaking-issues]: https://github.com/simple-icons/simple-icons/labels/breaking%20change
|
2021-09-25 12:59:53 +02:00
|
|
|
|
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: Brand Name
|
2021-10-25 21:13:10 +02:00
|
|
|
placeholder: 'Example: Simple Icons'
|
2021-09-25 12:59:53 +02:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Reason for Removal
|
|
|
|
description: |
|
|
|
|
- If the brand no longer exists, include a link supporting that claim.
|
|
|
|
- If the brand should be removed for another reason, explain why.
|
|
|
|
placeholder: >-
|
|
|
|
Example: [this blogpost](https://example.com) announced the brand has been
|
|
|
|
discontinued...
|
|
|
|
validations:
|
|
|
|
required: true
|