forked from xkcoding/spring-boot-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
日志内容 | ||
``` | ||
|
||
### 期待的结果 | ||
|
||
请尽量清晰精准地描述你所期待的结果。 | ||
|
||
### 截屏或录像 | ||
|
||
如果可能,请尽量附加截图或录像来描述你遇到的问题。 | ||
|
||
### 其他信息 | ||
|
||
请提供其他附加信息帮助我们诊断问题。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: 请求新功能 | ||
about: 提出你期待的功能特性 | ||
title: "[FEATURE]" | ||
labels: feature | ||
assignees: xkcoding | ||
--- | ||
|
||
### 你在什么场景下需要该功能? | ||
|
||
请尽量清晰精准地描述你碰到的问题。 | ||
|
||
### 描述可能的解决方案 | ||
|
||
请尽量清晰精准地描述你期待我们要做的,描述你想到的实现方案。 | ||
|
||
### 描述你认为的候选方案 | ||
|
||
请尽量清晰精准地描述你能接受的候选解决方案。 | ||
|
||
### 其他信息 | ||
|
||
请提供关于该功能建议的其他附加信息。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 给我们补充案例 |