From 17046f4450f4e7d9db8565ce3c33d1544b44014c Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 7 Apr 2022 20:55:03 +0000 Subject: [PATCH] fix: assign labels for issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- .github/ISSUE_TEMPLATE/doc.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index da864239ce22b..6d8df9e86cc58 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -2,7 +2,7 @@ name: Bug report about: Report a bug title: "Bug: " -labels: "bug 🐛" +labels: "bug :bug:" --- ## OS Information diff --git a/.github/ISSUE_TEMPLATE/doc.md b/.github/ISSUE_TEMPLATE/doc.md index 53962bd36c94b..fe9cf4690f022 100644 --- a/.github/ISSUE_TEMPLATE/doc.md +++ b/.github/ISSUE_TEMPLATE/doc.md @@ -2,7 +2,7 @@ name: Documentation improvement about: Suggest a documentation improvement title: "Docs: " -labels: "documentation 📝" +labels: "documentation :memo:" --- ## What is your suggestion?