Browse Source

Auto add a label depending on the type of issue they report.

Reviewed-by: Richard Levitte <levitte@openssl.org>
GH: #9319
Kurt Roeckx 4 years ago
parent
commit
e3a0d36729
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 1 0
      .github/ISSUE_TEMPLATE/feature_request.md

+ 1 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -1,5 +1,6 @@
 ---
 name: Bug report
+labels: bug
 about: Report a defect in the software
 
 ---

+ 1 - 0
.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
 
 ---