From: Kurt Roeckx Date: Sun, 7 Jul 2019 09:04:32 +0000 (+0200) Subject: Auto add a label depending on the type of issue they report. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3a0d367299ee9f384ef912c644dbb5ef195798d;p=openssl Auto add a label depending on the type of issue they report. Reviewed-by: Richard Levitte GH: #9319 --- 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 ---