[openssl] master update
Kurt Roeckx
kurt at openssl.org
Tue Jul 16 18:33:45 UTC 2019
The branch master has been updated
via e3a0d367299ee9f384ef912c644dbb5ef195798d (commit)
from da0201814380144151293811e9cd63732e0e0c3e (commit)
- Log -----------------------------------------------------------------
commit e3a0d367299ee9f384ef912c644dbb5ef195798d
Author: Kurt Roeckx <kurt at roeckx.be>
Date: Sun Jul 7 11:04:32 2019 +0200
Auto add a label depending on the type of issue they report.
Reviewed-by: Richard Levitte <levitte at openssl.org>
GH: #9319
-----------------------------------------------------------------------
Summary of changes:
.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 0d6d219..80d60c5 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 9e5565e..27d66e6 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
---
More information about the openssl-commits
mailing list