From e10e992ec62e4e033fd9c75ed0234f69ce1e2110 Mon Sep 17 00:00:00 2001 From: Anand Chowdhary Date: Fri, 11 Dec 2020 11:23:39 +0530 Subject: [PATCH] :wrench: Add bug label and assignment to bug report --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea78..e705887d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,11 +2,13 @@ name: Bug report about: Create a report to help us improve title: '' -labels: '' -assignees: '' +labels: 'bug' +assignees: 'AnandChowdhary' --- + + **Describe the bug** A clear and concise description of what the bug is.