From e3a0d367299ee9f384ef912c644dbb5ef195798d Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Sun, 7 Jul 2019 11:04:32 +0200 Subject: [PATCH] Auto add a label depending on the type of issue they report. Reviewed-by: Richard Levitte GH: #9319 --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0d6d219dc4..80d60c5333 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,6 @@ --- name: Bug report +labels: bug about: Report a defect in the software --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 9e5565eea3..27d66e6397 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,5 +1,6 @@ --- name: Feature request +labels: feature about: Propose a feature you would like to see added in the software ---