1
- name : 🐞 Bug
2
- description : 提交错误报告 | File a bug/issue
3
- title : " [BUG] <title>"
4
- labels : []
1
+ name : 🐞 Bug report
2
+ description : Report errors or unexpected behavior | 提交Bug或求助信息
3
+ title : " [🐞] <title>"
4
+ labels :
5
+ - bug
6
+ - needs-triaged
5
7
body :
6
8
- type : checkboxes
7
9
attributes :
8
- label : 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this?
10
+ label : Is there an existing issue / discussion for this? | 是否已有关于该错误的issue或讨论?
9
11
description : |
10
- 请先搜索您遇到的错误是否在已有的issues或讨论中提到过。
11
12
Please search to see if an issue / discussion already exists for the bug you encountered.
13
+ 请先搜索您遇到的错误是否在已有的issues或讨论中提到过。
12
14
[Issues](https://github.com/GestaltCogTeam/BasicTS/issues)
13
15
options :
14
- - label : 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions
16
+ - label : I have searched the existing issues / discussions | 我已经搜索过已有的issues和讨论
15
17
required : true
16
18
- type : checkboxes
17
19
attributes :
18
- label : 该问题是否在教程中有解答? | Is there an existing answer for this in tutorial?
20
+ label : Is there an existing answer for this in tutorial? | 该问题是否在教程中有解答?
19
21
description : |
20
- 请先搜索您遇到的错误是否已在tutorial中有相关解答。
21
22
Please search to see if an answer already exists in tutorial for the bug you encountered.
23
+ 请先搜索您遇到的错误是否已在tutorial中有相关解答。
22
24
[tutorial-en](https://github.com/GestaltCogTeam/BasicTS/blob/master/tutorial/getting_started.md)
23
25
[tutorial-zh](https://github.com/GestaltCogTeam/BasicTS/blob/master/tutorial/getting_started_cn.md)
24
26
options :
25
- - label : 我已经搜索过tutorial | I have searched tutorial
27
+ - label : I have searched tutorial | 我已经搜索过tutorial
26
28
required : true
27
29
- type : textarea
28
30
attributes :
29
- label : 当前行为 | Current Behavior
31
+ label : Current Behavior | 当前行为
30
32
description : |
31
- 准确描述遇到的行为。
32
33
A concise description of what you're experiencing.
34
+ 准确描述遇到的行为。
33
35
validations :
34
36
required : false
35
37
- type : textarea
36
38
attributes :
37
- label : 期望行为 | Expected Behavior
39
+ label : Expected Behavior | 期望行为
38
40
description : |
39
- 准确描述预期的行为。
40
41
A concise description of what you expected to happen.
42
+ 准确描述预期的行为。
41
43
validations :
42
44
required : false
43
45
- type : textarea
44
46
attributes :
45
- label : 运行环境 | Environment
47
+ label : Environment | 运行环境
46
48
description : |
47
49
examples:
48
50
- **OS**: Ubuntu 22.04.2
@@ -63,22 +65,22 @@ body:
63
65
required : false
64
66
- type : textarea
65
67
attributes :
66
- label : BasicTS日志 | BasicTS logs
68
+ label : BasicTS logs | BasicTS日志
67
69
description : |
68
- 在checkpoints下找到training_log_xxx.log,把关键信息粘贴到这里。
69
70
Find the training_log_xxx.log file in the directory of checkpoints and paste the key information here.
71
+ 在checkpoints下找到training_log_xxx.log,把关键信息粘贴到这里。
70
72
placeholder : |
71
- 把training_log_xxx.log的关键内容贴到这里
72
73
paste training_log_xxx.log key content here.
74
+ 把training_log_xxx.log的关键内容贴到这里
73
75
validations :
74
76
required : false
75
77
76
78
- type : textarea
77
79
attributes :
78
- label : 复现方法 | Steps To Reproduce
80
+ label : Steps To Reproduce | 复现方法
79
81
description : |
80
- 复现当前行为的详细步骤。
81
82
Steps to reproduce the behavior.
83
+ 复现当前行为的详细步骤。
82
84
placeholder : |
83
85
1. In this environment...
84
86
2. With this config...
@@ -89,14 +91,15 @@ body:
89
91
90
92
- type : textarea
91
93
attributes :
92
- label : 备注 | Anything else?
94
+ label : Anything else? | 备注
93
95
description : |
96
+ Links? References? Anything that will give us more context about the issue you are encountering!
97
+
98
+ Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
99
+
94
100
您可以在这里补充其他关于该问题背景信息的描述、链接或引用等。
95
101
96
102
您可以通过点击高亮此区域然后拖动文件的方式上传图片或日志文件。
97
103
98
- Links? References? Anything that will give us more context about the issue you are encountering!
99
-
100
- Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
101
104
validations :
102
105
required : false
0 commit comments