1
0

Git:交流反馈(Issue)

This commit is contained in:
周中平 2022-07-10 19:23:01 +08:00
parent 6fc778f5db
commit 5e6cdcb798
No known key found for this signature in database
GPG Key ID: B1DF9DD42D8E00DC
2 changed files with 85 additions and 8 deletions

View File

@ -1,8 +0,0 @@
---
id: Issue
title: Issue
data: 2022年6月15日
---
![Issue.png](https://static.7wate.com/img/2021/08/24/0e572570b1f3f.png)

View File

@ -0,0 +1,85 @@
---
id: 交流反馈Issue
title: 交流反馈Issue
data: 2022年6月15日
sidebar_position: 4
---
## 新需求Pull Request
### 标题
规范:`Pr<scope>:title`
示例:`Pr(auth):role-based authorization`
### 内容
```markdown
## 背景
- 描述你希望解决的问题
- 附上相关的 issue 或社区帖
## 思路
描述解决思路,可以包含 API 设计和伪代码等
## 实现
附上对应的 Pull Request 地址。
```
## 反馈缺陷Bug
请务必先阅读**提问的智慧!**
### 标题
规范:`Bug<scope>:title`
示例:`Bug(login):Admin password cannot be reset`
### 内容
```markdown
## 运行环境
- 系统Linux、Mac、Windows
- 环境(运行版本、配套软件版本)
## 该问题是怎么引起的?
- 简述可能引起的原因和操作步骤
## 重现步骤
- 陈述可以复现 Bug 的详细步骤
## 报错信息
- 报错信息、日志等
```
## 答疑交流Usage
一般来说,更推荐使用社区自助交流方式。
### 标题
规范:`Usage<scope>:title`
示例:`Usage(update):1.2.3 version update failed`
### 内容
```markdown
## 运行环境
- 系统Linux、Mac、Windows
- 环境(运行版本、配套软件版本)
## 报错信息
- 报错信息、日志等
```