diff --git a/.gitee/ISSUE_TEMPLATE/bug-report.yml b/.gitee/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 0000000000000000000000000000000000000000..1599c9f609dfa80eeb58c1a2fc6b02eb4169ec53 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/bug-report.yml @@ -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 \ 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 0000000000000000000000000000000000000000..ec4bb386bcf8a4946923eff961cc7cdf70c0aedf --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false \ No newline at end of file diff --git a/.gitee/ISSUE_TEMPLATE/feature-request.yml b/.gitee/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 0000000000000000000000000000000000000000..52ebdd3c6983c182bd380a4b854c55cc24853039 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/feature-request.yml @@ -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 \ No newline at end of file diff --git a/.gitee/ISSUE_TEMPLATE/question.yml b/.gitee/ISSUE_TEMPLATE/question.yml new file mode 100644 index 0000000000000000000000000000000000000000..cfd3a2d160f006d4ca4c9aa2d8fd2a0b2333658f --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,15 @@ +name: 问题咨询 +description: 使用OpenHarmony文档时,如有问题,欢迎反馈。 +title: "[问题咨询]: " +labels: ["question"] +body: + - type: markdown + attributes: + value: | + 感谢提出问题,我们将安排人答复! + - type: textarea + attributes: + label: 问题描述 + description: 请描述下您的问题 + validations: + required: true diff --git a/.gitee/ISSUE_TEMPLATE/security.yml b/.gitee/ISSUE_TEMPLATE/security.yml new file mode 100644 index 0000000000000000000000000000000000000000..b8b12b1a5a13d09b3f79cce17936f6b2ab999e3b --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/security.yml @@ -0,0 +1,70 @@ +name: 安全问题 +description: 当您需要反馈一个安全漏洞问题时,使用此模板反馈。| Security Issue +title: "" +labels: ["security"] +body: + - type: markdown + attributes: + value: | + 感谢对OpenHarmony社区的支持与关注,欢迎反馈缺陷。 + - type: textarea + attributes: + label: 【模块名_概率】简要描述: + description: 缺陷发生在的模块,发生概率,必现还是概率发生等。 + placeholder: "" + validations: + required: true + - type: textarea + attributes: + label: 【环境信息】 + description: 描述下缺陷发生时的环境信息。 + placeholder: | + - 网络环境 + - 硬件开发板型号 + - 软件版本信息或tag节点 + - 测试环境 + - 其他 + validations: + required: false + - type: textarea + attributes: + label: 【预置条件】 + description: 缺陷发生前的一些操作。 + validations: + required: false + - type: textarea + attributes: + label: 【测试步骤】 + description: 描述下如何复现问题。 + validations: + required: true + - type: textarea + attributes: + label: 【预期结果】 + description: 您期望的结果是什么。 + validations: + required: true + - type: textarea + attributes: + label: 【实际结果】 + description: 实际的结果是什么。 + validations: + required: true + - type: textarea + attributes: + label: 【恢复手段】 + description: 如何从缺陷中恢复。 + validations: + required: false + - type: textarea + attributes: + label: 【出现概率】:问题出现次数/实际测试次数 + description: 缺陷是否必须,如果概率性缺陷,出现概率是多少。 + validations: + required: false + - type: textarea + attributes: + label: 【定位信息】 + description: 如果有其他辅助定位的信息,请提供。 + validations: + required: false \ No newline at end of file diff --git a/.gitee/ISSUE_TEMPLATE/selfTracking-issue.yml b/.gitee/ISSUE_TEMPLATE/selfTracking-issue.yml new file mode 100644 index 0000000000000000000000000000000000000000..6c4a8ac22d566e4a42ab3fc0d627b1d292d74daf --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/selfTracking-issue.yml @@ -0,0 +1,24 @@ +name: 开发自提单 +description: 提交一个自提单,会自行提供Pull Request来修复描述的问题 +title: "" +labels: ["SelfTracking"] +body: + - type: markdown + attributes: + value: | + 请简要描述下要解决什么问题。 + - type: input + id: sig_name_id + attributes: + label: 子系统名称 + description: "请描述下自提单属于哪个子系统?" + placeholder: "" + validations: + required: true + - type: textarea + id: problem-detail-id + attributes: + label: 请简要描述下问题。 + description: "请描述下要解决什么问题,修复后的效果等" + validations: + required: true