!1503 add issue template

* add issue template
This commit is contained in:
kenneth 2023-06-16 02:49:09 +00:00 committed by jinguang
parent 199e05a2cc
commit cf74c1a935
4 changed files with 87 additions and 0 deletions

View File

@ -0,0 +1,46 @@
name: Bug 反馈
description: 当您发现了一个缺陷,需要向社区反馈时,请使用此模板。
title: "[Bug]: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
感谢对OpenHarmony社区的支持与关注欢迎反馈缺陷。
- type: textarea
attributes:
label: 发生了什么问题?
description: 提供尽可能多的信息描述产生了什么问题。
placeholder: ""
validations:
required: true
- type: textarea
attributes:
label: 期望行为是什么?
description: 描述期望的行为应该是什么样子的。
placeholder: ""
validations:
required: true
- type: textarea
attributes:
label: 如何复现该缺陷
description: 提供尽可能多的信息描述如何复现该缺陷。
validations:
required: true
- type: textarea
attributes:
label: 其他补充信息
description: 补充下其他您认为需要提供的信息。
validations:
required: false
- type: checkboxes
attributes:
label: 版本或分支信息
description: 在哪些版本、分支存在该缺陷的?
options:
- label: master
- label: Release 3.2
- label: Release 3.1
- label: Release 3.0
validations:
required: true

View File

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 维护代码仓Committer信息
url: http://ci.openharmony.cn/workbench/sig/repositoryManagement
about: 如果您需要维护代码仓Committer信息请访问CI Portal门户站点仓库管理页面。

View File

@ -0,0 +1,21 @@
name: 需求建议
description: 您需要反馈一个需求建议时,使用此模板反馈
title: "[需求建议]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
感谢提出建议,我们将仔细考虑!
- type: textarea
attributes:
label: 您需要什么功能?
description: 请描述下您需要的功能是什么?社区会综合考虑是否支持您提出的需求。
validations:
required: true
- type: textarea
attributes:
label: 为什么需要该功能?
description: 请描述下该需求的价值,应用场景等。
validations:
required: true

View File

@ -0,0 +1,15 @@
name: 问题咨询
description: 如果您对OpenHarmony社区有疑问欢迎反馈咨询。
title: "[问题咨询]: "
labels: ["question"]
body:
- type: markdown
attributes:
value: |
感谢提出问题,我们将安排人员答复!
- type: textarea
attributes:
label: 问题描述
description: 请描述下您的问题
validations:
required: true