Skip to content

Commit

Permalink
🔒 添加码云 issue 及 PR 模板
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Aug 30, 2019
1 parent bc74be5 commit 66d831c
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .gitee/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: 报告缺陷
about: 报告缺陷以帮助我们改进
title: "[BUG]"
labels: bug
assignees: xkcoding
---

**请先看[《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/master/README-zh_CN.md?utm_source=hacpai.com)**,并尝试到 **[issue 列表](https://github.com/xkcoding/spring-boot-demo/issues)** 搜寻是否已经有人遇到过同样的问题。

----

### 描述问题

请尽量清晰精准地描述你碰到的问题。

```bash
日志内容
```

### 期待的结果

请尽量清晰精准地描述你所期待的结果。

### 截屏或录像

如果可能,请尽量附加截图或录像来描述你遇到的问题。

### 其他信息

请提供其他附加信息帮助我们诊断问题。
23 changes: 23 additions & 0 deletions .gitee/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: 请求新功能
about: 提出你期待的功能特性
title: "[FEATURE]"
labels: feature
assignees: xkcoding
---

### 你在什么场景下需要该功能?

请尽量清晰精准地描述你碰到的问题。

### 描述可能的解决方案

请尽量清晰精准地描述你期待我们要做的,描述你想到的实现方案。

### 描述你认为的候选方案

请尽量清晰精准地描述你能接受的候选解决方案。

### 其他信息

请提供关于该功能建议的其他附加信息。
5 changes: 5 additions & 0 deletions .gitee/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* PR 修复缺陷请先开 `issue` **[报告缺陷](https://github.com/xkcoding/spring-boot-demo/issues/new?template=bug_report.md)**
* PR 提交新特性请先开 `issue` **[报告新特性](https://github.com/xkcoding/spring-boot-demo/issues/new?template=feature_request.md)**
* PR 请提交到 `dev` 开发分支上
* 我们对编码风格有着较为严格的要求,请在阅读代码后模仿类似风格提交
* 欢迎通过 PR 给我们补充案例

0 comments on commit 66d831c

Please sign in to comment.