From b17d0ed2d702b0fd1acab9e8bf11cb8d9699c329 Mon Sep 17 00:00:00 2001 From: gitcode-xxm Date: Mon, 18 Nov 2024 11:17:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=20issue=20=E7=B1=BB=E5=9E=8B=E5=85=B3=E8=81=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gitcode-xxm --- .gitcode/ISSUE_TEMPLATE/bug-report.yml | 1 + .gitcode/ISSUE_TEMPLATE/feature-request.yml | 1 + .gitcode/ISSUE_TEMPLATE/question.yml | 1 + .gitcode/ISSUE_TEMPLATE/security-issue.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.gitcode/ISSUE_TEMPLATE/bug-report.yml b/.gitcode/ISSUE_TEMPLATE/bug-report.yml index b762b28..2611cce 100644 --- a/.gitcode/ISSUE_TEMPLATE/bug-report.yml +++ b/.gitcode/ISSUE_TEMPLATE/bug-report.yml @@ -2,6 +2,7 @@ name: 缺陷反馈|Bug description: 当您发现了一个缺陷,需要向社区反馈时,请使用此模板。 title: "[Bug]: " labels: ["bug"] +type: "缺陷" body: - type: markdown attributes: diff --git a/.gitcode/ISSUE_TEMPLATE/feature-request.yml b/.gitcode/ISSUE_TEMPLATE/feature-request.yml index 1514e82..cb3ced0 100644 --- a/.gitcode/ISSUE_TEMPLATE/feature-request.yml +++ b/.gitcode/ISSUE_TEMPLATE/feature-request.yml @@ -2,6 +2,7 @@ name: 新需求|Feature description: 您需要反馈或实现一个新需求时,使用此模板。 title: "[新需求]: " labels: ["enhancement"] +type: "需求" body: - type: markdown attributes: diff --git a/.gitcode/ISSUE_TEMPLATE/question.yml b/.gitcode/ISSUE_TEMPLATE/question.yml index 6896d3e..3c74dbb 100644 --- a/.gitcode/ISSUE_TEMPLATE/question.yml +++ b/.gitcode/ISSUE_TEMPLATE/question.yml @@ -2,6 +2,7 @@ name: 问题咨询|Question description: 如果您对OpenHarmony社区有疑问,欢迎反馈咨询。 title: "[问题咨询]: " labels: ["question"] +type: "咨询" body: - type: markdown attributes: diff --git a/.gitcode/ISSUE_TEMPLATE/security-issue.yml b/.gitcode/ISSUE_TEMPLATE/security-issue.yml index 6bd17d5..b23ef7c 100644 --- a/.gitcode/ISSUE_TEMPLATE/security-issue.yml +++ b/.gitcode/ISSUE_TEMPLATE/security-issue.yml @@ -2,6 +2,7 @@ name: 安全问题|Security Issue description: 当您发现安全问题时,使用此模板反馈。 title: "[安全问题]: " labels: ["SIG_Security"] +type: "安全问题" body: - type: markdown attributes: