chore(templates): update icon submission templates for consistency

This commit is contained in:
Bjorn Lammers 2025-04-23 13:27:35 +02:00
parent e9a4880908
commit cedbca1869
5 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -24,13 +24,13 @@ export const ISSUE_TEMPLATES = [
{
id: "update_monochrome_icon",
name: "Update light/dark icon",
description: "Improve an existing light/dark icon.",
description: "Improve or update an existing light/dark icon.",
url: `${REPO_PATH}/issues/new?template=update_monochrome_icon.yml`,
},
{
id: "update_normal_icon",
name: "Update standard icon",
description: "Improve an existing standard icon.",
description: "Improve or updatean existing standard icon.",
url: `${REPO_PATH}/issues/new?template=update_normal_icon.yml`,
},
{