diff --git a/.gitee/ISSUE_TEMPLATE/bug-report.yml b/.gitee/ISSUE_TEMPLATE/bug-report.yml index 1599c9f..6ac7c20 100644 --- a/.gitee/ISSUE_TEMPLATE/bug-report.yml +++ b/.gitee/ISSUE_TEMPLATE/bug-report.yml @@ -1,4 +1,4 @@ -name: Bug 反馈 +name: 缺陷反馈|Bug description: 当您发现了一个缺陷,需要向社区反馈时,请使用此模板。 title: "[Bug]: " labels: ["bug"] diff --git a/.gitee/ISSUE_TEMPLATE/feature-request.yml b/.gitee/ISSUE_TEMPLATE/feature-request.yml index e7fba45..1514e82 100644 --- a/.gitee/ISSUE_TEMPLATE/feature-request.yml +++ b/.gitee/ISSUE_TEMPLATE/feature-request.yml @@ -1,21 +1,21 @@ -name: 需求建议 -description: 您需要反馈一个需求建议时,使用此模板反馈 -title: "[需求建议]: " +name: 新需求|Feature +description: 您需要反馈或实现一个新需求时,使用此模板。 +title: "[新需求]: " labels: ["enhancement"] body: - type: markdown attributes: value: | - 感谢提出建议,我们将仔细考虑! + 感谢提出新需求。 - type: textarea attributes: - label: 您需要什么功能? - description: 请描述下您需要的功能是什么?社区会综合考虑是否支持您提出的需求。 + label: 新需求提供了什么功能? + description: 请描述下新需求的功能是什么,解决了什么问题 validations: required: true - type: textarea attributes: - label: 为什么需要该功能? + label: 该需求带来的价值、应用场景? description: 请描述下该需求的价值,应用场景等。 validations: - required: true \ No newline at end of file + required: false \ No newline at end of file diff --git a/.gitee/ISSUE_TEMPLATE/question.yml b/.gitee/ISSUE_TEMPLATE/question.yml index 1c60973..6896d3e 100644 --- a/.gitee/ISSUE_TEMPLATE/question.yml +++ b/.gitee/ISSUE_TEMPLATE/question.yml @@ -1,4 +1,4 @@ -name: 问题咨询 +name: 问题咨询|Question description: 如果您对OpenHarmony社区有疑问,欢迎反馈咨询。 title: "[问题咨询]: " labels: ["question"] diff --git a/.gitee/ISSUE_TEMPLATE/security-issue.yml b/.gitee/ISSUE_TEMPLATE/security-issue.yml index ad6e43e..6bd17d5 100644 --- a/.gitee/ISSUE_TEMPLATE/security-issue.yml +++ b/.gitee/ISSUE_TEMPLATE/security-issue.yml @@ -1,4 +1,4 @@ -name: 安全问题 +name: 安全问题|Security Issue description: 当您发现安全问题时,使用此模板反馈。 title: "[安全问题]: " labels: ["SIG_Security"] diff --git a/README.md b/README.md index 2ceebac..15804c3 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,26 @@ # .gitee #### 介绍 -{**以下是 Gitee 平台说明,您可以替换此简介** -Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台 -无论是个人、团队、或是企业,都能够用 Gitee 实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)} -#### 软件架构 -软件架构说明 +仓库`.gitee`用于对[OpenHarmony组织](https://gitee.com/openharmony)进行全局配置Issue、Pull Request模板。 +#### Issue 模板 -#### 安装教程 +Gitee 为 Issue 提供了模板能力支持,支持仓库通过模板配置预设不同内容的 Issue 模板,以提升改进用户提出特性建议、反馈问题的互动体验。关于Issue模板化的更多信息,请访问Gitee产品文档[Gitee Issue 模板功能支持](https://help.gitee.com/issue/templates)。 -1. xxxx -2. xxxx -3. xxxx +仓库`.gitee`提供了全局的Issue模板,为[OpenHarmony组织](https://gitee.com/openharmony)下的所有代码仓库提供了通用的模板。如果需要对特定的代码仓库的Issue模板进行定制,可以在代码仓根目录下创建`.gitee/ISSUE_TEMPLATE`目录,维护相应的Issue模板。代码仓库Issue模板的优先级较高,会替代仓库`.gitee`下的全局通用Issue模板。 -#### 使用说明 +> 注意:对于企业版的仓库,为使Issue模板生效,需要对仓库进行设置。 +> +> 进入设置:管理->仓库设置->功能设置,在`启用Issue功能`设置下,选择`使用仓库 Issue Template 作为模版`。 -1. xxxx -2. xxxx -3. xxxx +#### Pull Request模板 + +开发中。 #### 参与贡献 -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - -#### 特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) +1. Fork 本仓库 +2. 新建 Feat_xxx 分支 +3. 提交代码 +4. 新建 Pull Request