From 7600a6a09645362ec0dddaf1714a2af00b00b039 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] 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..60243c9 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/006-security_report.yml @@ -0,0 +1,4 @@ +contact_links: + - name: Questions + 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