We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e766f commit cc88242Copy full SHA for cc88242
2 files changed
.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,28 @@
1
+---
2
+name: "[Bug Report]BUG反馈"
3
+about: 将你所遇到的BUG反馈给我们
4
+title: "[BUG]"
5
+labels: 'bug'
6
+assignees: ''
7
+
8
9
10
+### 问题描述
11
12
+清晰描述你遇到的 BUG:
13
14
+### 重现步骤
15
16
+1.
17
+2.
18
+3.
19
20
+### 环境信息
21
22
+- 脚本猫版本:
23
+- 浏览器及版本:
24
+- 操作系统:
25
26
+### 附加说明
27
28
+(可选)错误日志截图或相关脚本代码片段
.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,20 @@
+name: "[New Feature]新功能请求"
+about: 期望能够增加的功能
+title: "[Feature]"
+labels: 'enhancement'
+### 功能描述
+请清晰描述你想要的功能:
+### 使用场景
+在什么情况下需要这个功能?(例如:处理特定网站时,提升操作效率等)
+(可选)补充截图、示例代码或其他参考信息
0 commit comments