[openssl] master update

matthias.st.pierre at ncp-e.com matthias.st.pierre at ncp-e.com
Sun Oct 27 17:27:59 UTC 2019


The branch master has been updated
       via  cfa71c5dc80c0ad783a6c4f18e10a0819eff3edf (commit)
      from  7c43eb5dcf5cb098b9e2c2c58b000353af51efa2 (commit)


- Log -----------------------------------------------------------------
commit cfa71c5dc80c0ad783a6c4f18e10a0819eff3edf
Author: Dr. Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
Date:   Sat Oct 26 00:12:23 2019 +0200

    github: switch issue templates to new labels
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/10266)

-----------------------------------------------------------------------

Summary of changes:
 .github/ISSUE_TEMPLATE/bug_report.md      | 2 +-
 .github/ISSUE_TEMPLATE/feature_request.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 80d60c5333..489e02404d 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,6 +1,6 @@
 ---
 name: Bug report
-labels: bug
+labels: 'issue: bug report'
 about: Report a defect in the software
 
 ---
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 27d66e6397..2af31318cd 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,6 +1,6 @@
 ---
 name: Feature request
-labels: feature
+labels: 'issue: feature request'
 about: Propose a feature you would like to see added in the software
 
 ---


More information about the openssl-commits mailing list