add issue and pull request template.
This commit is contained in:
parent
43a66e1f21
commit
e43d98fd3b
|
@ -0,0 +1,47 @@
|
|||
## Issue 主题
|
||||
|
||||
请简述您当前遇到的问题,或者您希望在我们项目中看到的特性。可以告诉我们为此您做过的尝试,以及发生了什么现象。
|
||||
|
||||
## 环境信息
|
||||
|
||||
- 发生问题的程序版本:
|
||||
- 最后一个功能正常的版本(如果适用请反馈给我们):
|
||||
- 操作系统版本:
|
||||
- Node.js 版本:
|
||||
- Npm or Yarn 包管理器:
|
||||
- JDK 版本:
|
||||
- 其他信息:
|
||||
|
||||
## 详细描述
|
||||
|
||||
**我要反馈**
|
||||
[ ] 缺陷
|
||||
[ ] 新特性
|
||||
<!-- (请您用 "x"勾选反馈问题的类型) -->
|
||||
|
||||
请您尽可能详细描述您遇到的问题现象,或者希望在项目中看的到特性。
|
||||
|
||||
<!-- 如果要反馈特性,请在此详细描述特性内容,例如:「您为什么需要这个特性」、「您希望这个特性的表现为什么样」。可以忽略反馈「当前的现象」、「期望的结果」、「重现步骤」、「相关代码」等环节 -->
|
||||
|
||||
<!-- 您如果要反馈缺陷,请详细填写以下信息 -->
|
||||
**当前的现象:**
|
||||
|
||||
请描述缺陷的详细清单
|
||||
|
||||
**期望的结果:**
|
||||
|
||||
请描述如果程序没有缺陷的正常表现结果
|
||||
|
||||
**重现步骤:**
|
||||
|
||||
请描述可以再现次缺陷的操作步骤,最好提供示例代码
|
||||
|
||||
**相关代码:**
|
||||
|
||||
```
|
||||
请在这些粘贴程序堆栈或者相关代码
|
||||
```
|
||||
|
||||
**其他信息:**
|
||||
|
||||
您可以在这里反馈与当前问题相关的其他信息,例如:相关的其他Issue, 堆栈信息,您的修复建议,社区的相关讨论链接等。
|
|
@ -0,0 +1,16 @@
|
|||
<!-- 请您确保提提前阅读我们的贡献方式指南 -->
|
||||
|
||||
## 描述
|
||||
|
||||
请您描述在这次PR做了什么工作
|
||||
|
||||
## 关联Issues
|
||||
|
||||
如果您修复了具体的issue,请标注“fixes ####”,例如:fixes #I5OYU8
|
||||
|
||||
## 测试用例
|
||||
|
||||
|
||||
## 展示效果
|
||||
|
||||
|
35
README.en.md
35
README.en.md
|
@ -1,36 +1,3 @@
|
|||
# ui-vue
|
||||
|
||||
#### Description
|
||||
UBML UI层VUE 代码实现。
|
||||
|
||||
#### Software Architecture
|
||||
Software architecture description
|
||||
|
||||
#### Installation
|
||||
|
||||
1. xxxx
|
||||
2. xxxx
|
||||
3. xxxx
|
||||
|
||||
#### Instructions
|
||||
|
||||
1. xxxx
|
||||
2. xxxx
|
||||
3. xxxx
|
||||
|
||||
#### Contribution
|
||||
|
||||
1. Fork the repository
|
||||
2. Create Feat_xxx branch
|
||||
3. Commit your code
|
||||
4. Create Pull Request
|
||||
# Farris-Vue
|
||||
|
||||
|
||||
#### Gitee Feature
|
||||
|
||||
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
|
||||
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
|
||||
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
|
||||
4. The most valuable open source project [GVP](https://gitee.com/gvp)
|
||||
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
|
||||
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|
||||
|
|
38
README.md
38
README.md
|
@ -1,37 +1 @@
|
|||
# ui-vue
|
||||
|
||||
#### 介绍
|
||||
UBML UI层VUE 代码实现。
|
||||
|
||||
#### 软件架构
|
||||
软件架构说明
|
||||
|
||||
|
||||
#### 安装教程
|
||||
|
||||
1. xxxx
|
||||
2. xxxx
|
||||
3. xxxx
|
||||
|
||||
#### 使用说明
|
||||
|
||||
1. xxxx
|
||||
2. xxxx
|
||||
3. xxxx
|
||||
|
||||
#### 参与贡献
|
||||
|
||||
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/)
|
||||
# Farris-Vue
|
||||
|
|
Loading…
Reference in New Issue