!3 add readme doc and fix issue type

Merge pull request !3 from kenneth/master
This commit is contained in:
mamingshuai
2023-06-20 03:05:23 +00:00
committed by Gitee
5 changed files with 25 additions and 38 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
name: Bug 反馈
name: 缺陷反馈|Bug
description: 当您发现了一个缺陷,需要向社区反馈时,请使用此模板。
title: "[Bug]: "
labels: ["bug"]
+8 -8
View File
@@ -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
required: false
+1 -1
View File
@@ -1,4 +1,4 @@
name: 问题咨询
name: 问题咨询|Question
description: 如果您对OpenHarmony社区有疑问,欢迎反馈咨询。
title: "[问题咨询]: "
labels: ["question"]
+1 -1
View File
@@ -1,4 +1,4 @@
name: 安全问题
name: 安全问题|Security Issue
description: 当您发现安全问题时,使用此模板反馈。
title: "[安全问题]: "
labels: ["SIG_Security"]
+14 -27
View File
@@ -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