Skip to content

Commit 8a828d5

Browse files
committed
add ISSUE_TEMPLATE
1 parent 96b9a65 commit 8a828d5

File tree

5 files changed

+121
-0
lines changed

5 files changed

+121
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Bug Report
3+
about: 反馈Bug模板
4+
title: "[Bug] 简要描述问题"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
### 问题描述
11+
12+
<!-- 请简要描述你遇到的问题。 -->
13+
14+
### 详细叙述
15+
16+
<!-- 请详细叙述问题: -->
17+
1.
18+
2.
19+
3.
20+
21+
### 预期行为
22+
23+
<!-- 说明你认为应该发生什么? -->
24+
25+
### 实际行为
26+
27+
<!-- 说明实际发生了什么? -->
28+
29+
### 环境信息
30+
31+
- 操作系统: [e.g. Windows 10, macOS 11]
32+
- 浏览器: [e.g. Chrome 92, Firefox 89]
33+
34+
### 日志/截图
35+
36+
<!-- 请提供任何相关的日志截图,帮助我们理解问题。 -->
37+
38+
### 附加信息
39+
40+
<!-- 任何你认为有助于解决问题的额外信息。 -->

.github/ISSUE_TEMPLATE/config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
blank_issues_enabled: false
3+
contact_links:
4+
- name: discussion
5+
url: https://github.com/x-dr/telegraph-Image/discussions
6+
about: Please ask and answer questions here.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Documentation Issue
3+
about: 报告文档中的问题或改进建议
4+
title: "[Docs] 简要描述文档问题"
5+
labels: documentation
6+
assignees: ''
7+
---
8+
9+
### 文档链接
10+
11+
<!-- 请提供出现问题或需要改进的文档链接。 -->
12+
13+
### 问题描述
14+
15+
<!-- 请描述文档中的问题,例如内容错误、不完整或不清楚。 -->
16+
17+
### 建议改进
18+
19+
<!-- 如果有,提供你认为更好的描述或建议。 -->
20+
21+
### 附加信息
22+
23+
<!-- 任何你认为与文档问题相关的其他信息。 -->
+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Feature Request
3+
about: 提出一个新的功能或改进
4+
title: "[Feature] 简要描述功能请求"
5+
labels: enhancement
6+
assignees: ''
7+
---
8+
9+
### 背景
10+
11+
<!-- 请描述为什么你需要这个功能,以及它能解决什么问题。 -->
12+
13+
### 功能描述
14+
15+
<!-- 请详细描述你希望实现的功能。 -->
16+
17+
### 解决方案
18+
19+
<!-- 如果有可能的解决方案或实现思路,请在这里描述。 -->
20+
21+
### 替代方案
22+
23+
<!-- 如果你考虑过其他替代方案或解决办法,请在这里描述。 -->
24+
25+
### 附加信息
26+
27+
<!-- 任何你认为与这个功能请求相关的其他信息。 -->
+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Support Request
3+
about: 寻求帮助或支持
4+
title: "[Support] 简要描述支持请求"
5+
labels: question
6+
assignees: ''
7+
---
8+
9+
### 你的问题
10+
11+
<!-- 请详细描述你遇到的问题或需要帮助的地方。 -->
12+
13+
### 你已尝试的解决方案
14+
15+
<!-- 请描述你为解决问题所尝试过的方法。 -->
16+
17+
### 环境信息
18+
19+
- 操作系统: [e.g. Windows 10, macOS 11]
20+
- 浏览器: [e.g. Chrome 92, Firefox 89]
21+
22+
23+
### 附加信息
24+
25+
<!-- 任何你认为与支持请求相关的其他信息。 -->

0 commit comments

Comments
 (0)