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-Tag: openssl-3.0.0-alpha1~1773 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3a0d367299ee9f384ef912c644dbb5ef195798d;p=thirdparty%2Fopenssl.git 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 0d6d219dc40..80d60c5333e 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 9e5565eea3e..27d66e6397a 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 ---