File tree 3 files changed +59
-0
lines changed 3 files changed +59
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : 报告缺陷
3
+ about : 报告缺陷以帮助我们改进
4
+ title : " [BUG]"
5
+ labels : bug
6
+ assignees : xkcoding
7
+ ---
8
+
9
+ ** 请先看[ 《提问的智慧》] ( 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 ) ** 搜寻是否已经有人遇到过同样的问题。
10
+
11
+ ----
12
+
13
+ ### 描述问题
14
+
15
+ 请尽量清晰精准地描述你碰到的问题。
16
+
17
+ ``` bash
18
+ 日志内容
19
+ ```
20
+
21
+ ### 期待的结果
22
+
23
+ 请尽量清晰精准地描述你所期待的结果。
24
+
25
+ ### 截屏或录像
26
+
27
+ 如果可能,请尽量附加截图或录像来描述你遇到的问题。
28
+
29
+ ### 其他信息
30
+
31
+ 请提供其他附加信息帮助我们诊断问题。
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : 请求新功能
3
+ about : 提出你期待的功能特性
4
+ title : " [FEATURE]"
5
+ labels : feature
6
+ assignees : xkcoding
7
+ ---
8
+
9
+ ### 你在什么场景下需要该功能?
10
+
11
+ 请尽量清晰精准地描述你碰到的问题。
12
+
13
+ ### 描述可能的解决方案
14
+
15
+ 请尽量清晰精准地描述你期待我们要做的,描述你想到的实现方案。
16
+
17
+ ### 描述你认为的候选方案
18
+
19
+ 请尽量清晰精准地描述你能接受的候选解决方案。
20
+
21
+ ### 其他信息
22
+
23
+ 请提供关于该功能建议的其他附加信息。
Original file line number Diff line number Diff line change
1
+ * PR 修复缺陷请先开 ` issue ` ** [ 报告缺陷] ( https://github.com/xkcoding/spring-boot-demo/issues/new?template=bug_report.md ) **
2
+ * PR 提交新特性请先开 ` issue ` ** [ 报告新特性] ( https://github.com/xkcoding/spring-boot-demo/issues/new?template=feature_request.md ) **
3
+ * PR 请提交到 ` dev ` 开发分支上
4
+ * 我们对编码风格有着较为严格的要求,请在阅读代码后模仿类似风格提交
5
+ * 欢迎通过 PR 给我们补充案例
You can’t perform that action at this time.
0 commit comments