From a3c68da3d7a9e793f9bf0bacf755a388743b7cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E5=8D=81=E4=B8=80?= Date: Wed, 29 Oct 2025 16:13:48 +0800 Subject: [PATCH 1/2] change1 --- .gitee/ISSUE_TEMPLATE/{006-blank.yml => 005-blank.yml} | 0 .gitee/ISSUE_TEMPLATE/006-security_report.yml | 4 ++++ .gitee/ISSUE_TEMPLATE/config.yml | 4 ++++ 3 files changed, 8 insertions(+) rename .gitee/ISSUE_TEMPLATE/{006-blank.yml => 005-blank.yml} (100%) create mode 100644 .gitee/ISSUE_TEMPLATE/006-security_report.yml create mode 100644 .gitee/ISSUE_TEMPLATE/config.yml diff --git a/.gitee/ISSUE_TEMPLATE/006-blank.yml b/.gitee/ISSUE_TEMPLATE/005-blank.yml similarity index 100% rename from .gitee/ISSUE_TEMPLATE/006-blank.yml rename to .gitee/ISSUE_TEMPLATE/005-blank.yml diff --git a/.gitee/ISSUE_TEMPLATE/006-security_report.yml b/.gitee/ISSUE_TEMPLATE/006-security_report.yml new file mode 100644 index 0000000..f52f143 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/006-security_report.yml @@ -0,0 +1,4 @@ +contact_links: + - name: Security report + url: https://www.openeuler.org/zh/security/vulnerability-reporting/ + about: Reported to openYuanrong team through the openEuler community vulnerability management system. \ No newline at end of file diff --git a/.gitee/ISSUE_TEMPLATE/config.yml b/.gitee/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..09b8035 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,4 @@ +contact_links: + - name: Questions + url: https://forum.openeuler.org/c/other-tec/10059-category/10059 + about: Ask questions and discuss with other openYuanrong community members. \ No newline at end of file -- Gitee From 1109a14e3596c7b0b2e94654b1861e0d06b34cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E5=8D=81=E4=B8=80?= Date: Wed, 29 Oct 2025 16:29:15 +0800 Subject: [PATCH 2/2] change1 --- .gitee/ISSUE_TEMPLATE/006-security_report.yml | 4 ---- .gitee/ISSUE_TEMPLATE/config.yml | 5 ++++- 2 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 .gitee/ISSUE_TEMPLATE/006-security_report.yml diff --git a/.gitee/ISSUE_TEMPLATE/006-security_report.yml b/.gitee/ISSUE_TEMPLATE/006-security_report.yml deleted file mode 100644 index f52f143..0000000 --- a/.gitee/ISSUE_TEMPLATE/006-security_report.yml +++ /dev/null @@ -1,4 +0,0 @@ -contact_links: - - name: Security report - url: https://www.openeuler.org/zh/security/vulnerability-reporting/ - about: Reported to openYuanrong team through the openEuler community vulnerability management system. \ No newline at end of file diff --git a/.gitee/ISSUE_TEMPLATE/config.yml b/.gitee/ISSUE_TEMPLATE/config.yml index 09b8035..0c24333 100644 --- a/.gitee/ISSUE_TEMPLATE/config.yml +++ b/.gitee/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,7 @@ contact_links: - name: Questions url: https://forum.openeuler.org/c/other-tec/10059-category/10059 - about: Ask questions and discuss with other openYuanrong community members. \ No newline at end of file + about: Ask questions and discuss with other openYuanrong community members. + - name: Security report + url: https://www.openeuler.org/zh/security/vulnerability-reporting/ + about: Reported to openYuanrong team through the openEuler community vulnerability management system. \ No newline at end of file -- Gitee