mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-01-20 00:50:34 +03:00
Add titles to issue form templates (#10615)
This commit is contained in:
parent
d26368ef7f
commit
c932321ee2
1
.github/ISSUE_TEMPLATE/icon_removal.yml
vendored
1
.github/ISSUE_TEMPLATE/icon_removal.yml
vendored
@ -1,6 +1,7 @@
|
|||||||
name: Icon removal
|
name: Icon removal
|
||||||
description: Report an icon for removal
|
description: Report an icon for removal
|
||||||
labels: [removal request]
|
labels: [removal request]
|
||||||
|
title: 'Removal: <brand-name>'
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
1
.github/ISSUE_TEMPLATE/icon_request.yml
vendored
1
.github/ISSUE_TEMPLATE/icon_request.yml
vendored
@ -1,6 +1,7 @@
|
|||||||
name: Icon request
|
name: Icon request
|
||||||
description: Request a new icon for Simple Icons
|
description: Request a new icon for Simple Icons
|
||||||
labels: [new icon]
|
labels: [new icon]
|
||||||
|
title: 'Request: <brand-name>'
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
1
.github/ISSUE_TEMPLATE/icon_update.yml
vendored
1
.github/ISSUE_TEMPLATE/icon_update.yml
vendored
@ -1,6 +1,7 @@
|
|||||||
name: Icon update
|
name: Icon update
|
||||||
description: Help us improve by reporting outdated icons
|
description: Help us improve by reporting outdated icons
|
||||||
labels: [icon outdated]
|
labels: [icon outdated]
|
||||||
|
title: 'Update: <brand-name>'
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
Loading…
Reference in New Issue
Block a user