From c6a0078c356ae618beabaae0726b6cf905695c79 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Thu, 7 Apr 2022 17:04:56 -0400 Subject: [PATCH] fix: assign labels for issue templates (#919) --- .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 da864239ce..6d8df9e86c 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 53962bd36c..fe9cf4690f 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?