From 44617e7c6ef7f024e48eced21708f1710bae0266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enis=20Muli=C4=87?= Date: Tue, 29 Dec 2020 23:33:59 +0100 Subject: [PATCH 1/2] Fix typo in icon-request issue template to add label automatically, Closes #405 --- .github/ISSUE_TEMPLATE/icon-request.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/icon-request.md b/.github/ISSUE_TEMPLATE/icon-request.md index 0d161208..dcca99cd 100644 --- a/.github/ISSUE_TEMPLATE/icon-request.md +++ b/.github/ISSUE_TEMPLATE/icon-request.md @@ -1,15 +1,19 @@ --- name: Icon request about: Requesting a new icon or changes to an existing icon -title: 'Icon request: [NAME]' -labels: 'request: icon' -assignees: '' - +title: "Icon request: [NAME]" +labels: "request:icon" +assignees: "" --- ### About the icon -*Short description why you think this icon is matching in our project* + +_Short description why you think this icon is matching in our project_ + ### Links -*Provide helpful links which can be used to take a deeper look into the icon and provide, if available, some resources (svg's) where the icon can be found* + +_Provide helpful links which can be used to take a deeper look into the icon and provide, if available, some resources (svg's) where the icon can be found_ + ### Preview -*If available, provide some images of the icon you would like to be added* + +_If available, provide some images of the icon you would like to be added_ From e5fd851c67143e95500f76e55b36b7b307a4d2bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enis=20Muli=C4=87?= Date: Wed, 30 Dec 2020 00:01:51 +0100 Subject: [PATCH 2/2] Fix markdown formating --- .github/ISSUE_TEMPLATE/icon-request.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/icon-request.md b/.github/ISSUE_TEMPLATE/icon-request.md index dcca99cd..acb1af49 100644 --- a/.github/ISSUE_TEMPLATE/icon-request.md +++ b/.github/ISSUE_TEMPLATE/icon-request.md @@ -1,19 +1,15 @@ --- name: Icon request about: Requesting a new icon or changes to an existing icon -title: "Icon request: [NAME]" -labels: "request:icon" -assignees: "" +title: 'Icon request: [NAME]' +labels: 'request:icon' +assignees: '' + --- ### About the icon - -_Short description why you think this icon is matching in our project_ - +*Short description why you think this icon is matching in our project* ### Links - -_Provide helpful links which can be used to take a deeper look into the icon and provide, if available, some resources (svg's) where the icon can be found_ - +*Provide helpful links which can be used to take a deeper look into the icon and provide, if available, some resources (svg's) where the icon can be found* ### Preview - -_If available, provide some images of the icon you would like to be added_ +*If available, provide some images of the icon you would like to be added*