From 6974096344b3d0f4d66fa17e89b0ea403a8c3221 Mon Sep 17 00:00:00 2001 From: Austin Andrews Date: Wed, 24 Apr 2019 23:21:03 -0500 Subject: [PATCH 1/7] Add default label. --- .github/ISSUE_TEMPLATE/icon_request.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/icon_request.md b/.github/ISSUE_TEMPLATE/icon_request.md index 421c5b7e9..d67b7da8d 100644 --- a/.github/ISSUE_TEMPLATE/icon_request.md +++ b/.github/ISSUE_TEMPLATE/icon_request.md @@ -1,6 +1,7 @@ --- name: ➕ Icon Request about: Request an icon for the team to add +labels: Icon Request :pencil2: --- From 7c599673779f6079f8c188530f0d05f070e2771b Mon Sep 17 00:00:00 2001 From: Austin Andrews Date: Wed, 24 Apr 2019 23:22:55 -0500 Subject: [PATCH 2/7] Add default label. --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d3ce8f0a0..0081b6431 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,7 @@ --- name: 🐛 Bug report about: Report an issue with an icon or supporting library +labels: Bug :beetle: --- @@ -9,4 +10,4 @@ about: Report an issue with an icon or supporting library If an icon is on the site it does not mean it has been released. https://materialdesignicons.com/history ---> \ No newline at end of file +--> From 5dbfb4bc5fe683763dbe5ad5bf2ca96467977e4b Mon Sep 17 00:00:00 2001 From: Austin Andrews Date: Wed, 24 Apr 2019 23:25:12 -0500 Subject: [PATCH 3/7] Add missing props. --- .github/ISSUE_TEMPLATE/icon_request.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/icon_request.md b/.github/ISSUE_TEMPLATE/icon_request.md index d67b7da8d..0b1c80225 100644 --- a/.github/ISSUE_TEMPLATE/icon_request.md +++ b/.github/ISSUE_TEMPLATE/icon_request.md @@ -1,7 +1,9 @@ --- name: ➕ Icon Request about: Request an icon for the team to add +title: '' labels: Icon Request :pencil2: +assignees: '' --- From cfdc8a9f77cf51bd81127e97fe75006cba3b9f36 Mon Sep 17 00:00:00 2001 From: Austin Andrews Date: Wed, 24 Apr 2019 23:26:58 -0500 Subject: [PATCH 4/7] Update icon_request.md --- .github/ISSUE_TEMPLATE/icon_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/icon_request.md b/.github/ISSUE_TEMPLATE/icon_request.md index 0b1c80225..58956056a 100644 --- a/.github/ISSUE_TEMPLATE/icon_request.md +++ b/.github/ISSUE_TEMPLATE/icon_request.md @@ -2,7 +2,7 @@ name: ➕ Icon Request about: Request an icon for the team to add title: '' -labels: Icon Request :pencil2: +labels: Icon Request assignees: '' --- From 894190b1da28cb8f68171224ec24836bdb2840ea Mon Sep 17 00:00:00 2001 From: Austin Andrews Date: Wed, 24 Apr 2019 23:27:31 -0500 Subject: [PATCH 5/7] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0081b6431..d981b666a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,8 @@ --- name: 🐛 Bug report about: Report an issue with an icon or supporting library -labels: Bug :beetle: +title: '' +labels: Bug --- From c43afacafcfd79f1c458a4d7a03c2c259a879462 Mon Sep 17 00:00:00 2001 From: Austin Andrews Date: Wed, 24 Apr 2019 23:27:47 -0500 Subject: [PATCH 6/7] Update icon_request.md --- .github/ISSUE_TEMPLATE/icon_request.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/icon_request.md b/.github/ISSUE_TEMPLATE/icon_request.md index 58956056a..f02df3f23 100644 --- a/.github/ISSUE_TEMPLATE/icon_request.md +++ b/.github/ISSUE_TEMPLATE/icon_request.md @@ -3,7 +3,6 @@ name: ➕ Icon Request about: Request an icon for the team to add title: '' labels: Icon Request -assignees: '' --- From 6fa71e04c6e9f9ddecbddb8a7d4f884ed88f7e1b Mon Sep 17 00:00:00 2001 From: Austin Andrews Date: Wed, 24 Apr 2019 23:28:18 -0500 Subject: [PATCH 7/7] Update question.md --- .github/ISSUE_TEMPLATE/question.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 9b36f4ef0..9ac1ca036 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,6 +1,8 @@ --- name: ❓ Question about: Unlike other repos, we're fine with questions. +title: '' +labels: Question ---