Skip to content

Commit 627380a

Browse files
committed
.gitee
1 parent 0a78048 commit 627380a

File tree

5 files changed

+89
-0
lines changed

5 files changed

+89
-0
lines changed

.gitee/ISSUE_TEMPLATE.zh-CN.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### 问题描述
2+
3+
4+
### 我当前使用 Solon 版本是?
5+
6+
7+

.gitee/ISSUE_TEMPLATE/bug.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: 问题反馈
2+
description: 在使用中发现了本项目的问题
3+
title: "[问题]: "
4+
labels: [ ]
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: 如何复现:
9+
description: 请详细告诉我们如何复现您遇到的问题,并附上可复现的代码示例
10+
placeholder: |
11+
1. ...
12+
2. ...
13+
3. ...
14+
validations:
15+
required: true
16+
- type: textarea
17+
attributes:
18+
label: 预期结果:
19+
description: 请告诉我们您预期会发生什么。
20+
validations:
21+
required: true
22+
- type: textarea
23+
attributes:
24+
label: 实际结果:
25+
description: 请告诉我们实际发生了什么。
26+
validations:
27+
required: true
28+
- type: textarea
29+
attributes:
30+
label: 截图或视频:
31+
description: 如果可以的话,上传任何关于 Bug 的截图。
32+
placeholder: |
33+
[在这里上传图片]
34+
- type: input
35+
id: version
36+
attributes:
37+
label: 关联版本:
38+
description: 您当前正在使用我们框架的哪个版本?
39+
validations:
40+
required: true

.gitee/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# 鼓励用户使用 Issue 模板(不允许用户创建空白 Issue)
2+
blank_issues_enabled: true
3+
4+
# 引导用户浏览相关文档
5+
contact_links:
6+
- name: Solon 官网
7+
url: https://solon.noear.org/
8+
about: 查阅官网以获得基本功能使用、介绍和常见问题解答

.gitee/ISSUE_TEMPLATE/feature.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: 功能建议
2+
description: 对本项目提出一个功能建议
3+
title: "[建议]: "
4+
labels: [ "enhancement" ]
5+
body:
6+
- type: textarea
7+
id: related-problem
8+
attributes:
9+
label: 您的功能建议:
10+
validations:
11+
required: false
12+
- type: textarea
13+
id: desired-solution
14+
attributes:
15+
label: 您希望看到什么解决方案:
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: alternatives
20+
attributes:
21+
label: 您考虑过哪些替代方案:
22+
validations:
23+
required: false

.gitee/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### 这个PR有什么用 / 我们为什么需要它?
2+
3+
4+
### 总结您的更改
5+
6+
7+
#### 请注明您已完成以下工作:
8+
9+
- [ ] 确保测试通过,并在需要时添加测试覆盖率。
10+
- [ ] 确保提交消息遵循 [常规提交规范](https://www.conventionalcommits.org/) 的规则。
11+
- [ ] 考虑文档的影响,如果需要,打开一个新的文档问题或文档更改的PR。

0 commit comments

Comments
 (0)