Add titles to issue form templates (#10615)

This commit is contained in:
uncenter 2024-03-12 10:12:55 -04:00 committed by GitHub
parent d26368ef7f
commit c932321ee2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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