From 8d693caebdda381b989ea9b934fac4e65d06498e Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Thu, 27 Aug 2020 02:58:44 -0700 Subject: [PATCH] chore: add labels and titles to issue templates (#4214) --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- .github/ISSUE_TEMPLATE/feature_request.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d8edc9df..8432e091 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,8 @@ --- name: Bug report about: Report a problem you are experiencing - +title: 'Please replace with a clear and descriptive title' +labels: 'type: bug' ---