添加自定义 issue 类型关联

Signed-off-by: gitcode-xxm <xiongjiamu@163.com>
This commit is contained in:
gitcode-xxm
2024-11-18 11:17:27 +08:00
parent ca5cebb4b0
commit b17d0ed2d7
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@ name: 缺陷反馈|Bug
description: 当您发现了一个缺陷,需要向社区反馈时,请使用此模板。
title: "[Bug]: "
labels: ["bug"]
type: "缺陷"
body:
- type: markdown
attributes:
@@ -2,6 +2,7 @@ name: 新需求|Feature
description: 您需要反馈或实现一个新需求时,使用此模板。
title: "[新需求]: "
labels: ["enhancement"]
type: "需求"
body:
- type: markdown
attributes:
+1
View File
@@ -2,6 +2,7 @@ name: 问题咨询|Question
description: 如果您对OpenHarmony社区有疑问,欢迎反馈咨询。
title: "[问题咨询]: "
labels: ["question"]
type: "咨询"
body:
- type: markdown
attributes:
@@ -2,6 +2,7 @@ name: 安全问题|Security Issue
description: 当您发现安全问题时,使用此模板反馈。
title: "[安全问题]: "
labels: ["SIG_Security"]
type: "安全问题"
body:
- type: markdown
attributes: