From f4fae0e303da718ff3e42950c94f71f5075501b2 Mon Sep 17 00:00:00 2001 From: Vijayan Balasubramanian Date: Tue, 8 Feb 2022 13:15:05 -0800 Subject: [PATCH] Remove single quote This fixes bug template to show up on templates. Signed-off-by: Vijayan Balasubramanian --- .github/ISSUE_TEMPLATE/BUG_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md b/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md index 683466b5..1a89e7f5 100644 --- a/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md @@ -2,7 +2,7 @@ name: 🐛 Bug report about: Create a report to help us improve title: '[BUG]' -labels: 'bug, needs-triage +labels: bug, needs-triage assignees: '' ---