Skip to content

Commit cf2ffd8

Browse files
committed
docs: enhance issue template with detailed Redis environment and configuration sections
1 parent 6e0d05b commit cf2ffd8

1 file changed

Lines changed: 39 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE/issue.md

Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,52 @@ Please provide a brief description of the issue you encountered.
1515

1616
### 环境信息(Environment)
1717

18-
- RedisShake 版本(RedisShake Version):
19-
- Redis 源端版本(Redis Source Version):
20-
- Redis 目的端版本(Redis Destination Version):
21-
- Redis 部署方式(standalone/cluster/sentinel):
22-
- 是否在云服务商实例上部署(Deployed on Cloud Provider):
18+
**RedisShake 版本(RedisShake Version)**
19+
20+
**源端 Redis(Source Redis)**
21+
- 版本(Version):
22+
- 部署方式(Deployment):standalone / master-slave / cluster / sentinel
23+
- 部署环境(Environment):自建(Self-hosted) / 云服务商(Cloud Provider,请注明)
24+
25+
**目的端 Redis(Destination Redis)**
26+
- 版本(Version):
27+
- 部署方式(Deployment):standalone / master-slave / cluster / sentinel
28+
- 部署环境(Environment):自建(Self-hosted) / 云服务商(Cloud Provider,请注明)
29+
30+
### 配置文件(Configuration)
31+
32+
请提供你的 RedisShake 配置文件(注意隐藏敏感信息如密码)。
33+
34+
Please provide your RedisShake configuration file (remember to hide sensitive information like passwords).
35+
36+
<details>
37+
<summary>点击展开配置文件(Click to expand configuration)</summary>
38+
39+
```toml
40+
# 在这里粘贴你的配置文件
41+
# Paste your configuration here
42+
```
43+
44+
</details>
2345

2446
### 日志信息(Logs)
2547

2648
如果有错误日志或其他相关日志,请在这里提供。
2749

2850
If there are any error logs or other relevant logs, please provide them here.
2951

52+
<details>
53+
<summary>点击展开日志(Click to expand logs)</summary>
54+
55+
```
56+
# 在这里粘贴日志
57+
# Paste logs here
58+
```
59+
60+
</details>
61+
3062
### 其他信息(Additional Information)
3163

32-
请提供任何其他相关的信息,如配置文件、错误信息或截图等
64+
请提供任何其他相关的信息,如错误信息或截图等
3365

34-
Please provide any additional information, such as configuration files, error messages, or screenshots.
66+
Please provide any additional information, such as error messages or screenshots.

0 commit comments

Comments
 (0)