chore(templates): update icon submission templates for consistency
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: "Add light & dark icon"
|
||||
description: Use this template to add a new icon to the project. Monochrome icons need both light and dark versions.
|
||||
name: "Add light/dark icon"
|
||||
description: Submit a new icon with light and dark versions.
|
||||
title: "feat(icons): add [NAME]"
|
||||
labels: ["monochrome-icon"]
|
||||
body:
|
||||
|
||||
4
.github/ISSUE_TEMPLATE/add_normal_icon.yml
vendored
4
.github/ISSUE_TEMPLATE/add_normal_icon.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: "Add normal icon"
|
||||
description: Use this template to add a new icon to the project. Normal icons work for both light and dark themes.
|
||||
name: "Add standard icon"
|
||||
description: Submit a new icon for both light and dark themes.
|
||||
title: "feat(icons): add [NAME]"
|
||||
labels: ["normal-icon"]
|
||||
body:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: "Update light & dark icon"
|
||||
description: Use this template to update an existing icon. Monochrome icons need both light and dark versions.
|
||||
name: "Update light/dark icon"
|
||||
description: Improve or update an existing light/dark icon.
|
||||
title: "feat(icons): update [NAME]"
|
||||
labels: ["monochrome-icon"]
|
||||
body:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: "Update normal icon"
|
||||
description: Use this template to update an existing icon. Normal icons work for both light and dark themes.
|
||||
name: "Update standard icon"
|
||||
description: Improve or update an existing standard icon.
|
||||
title: "feat(icons): update [NAME]"
|
||||
labels: ["normal-icon"]
|
||||
body:
|
||||
|
||||
Reference in New Issue
Block a user