Skip to content

Commit 6e0a2c0

Browse files
authored
docs: ✏️ update issue templates (#192)
1 parent 24bf512 commit 6e0a2c0

File tree

1 file changed

+102
-0
lines changed

1 file changed

+102
-0
lines changed
Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
name: 🐞 Bug
2+
description: 提交错误报告 | File a bug/issue
3+
title: "[BUG] <title>"
4+
labels: []
5+
body:
6+
- type: checkboxes
7+
attributes:
8+
label: 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this?
9+
description: |
10+
请先搜索您遇到的错误是否在已有的issues或讨论中提到过。
11+
Please search to see if an issue / discussion already exists for the bug you encountered.
12+
[Issues](https://github.com/GestaltCogTeam/BasicTS/issues)
13+
options:
14+
- label: 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions
15+
required: true
16+
- type: checkboxes
17+
attributes:
18+
label: 该问题是否在教程中有解答? | Is there an existing answer for this in tutorial?
19+
description: |
20+
请先搜索您遇到的错误是否已在tutorial中有相关解答。
21+
Please search to see if an answer already exists in tutorial for the bug you encountered.
22+
[tutorial-en](https://github.com/GestaltCogTeam/BasicTS/blob/master/tutorial/getting_started.md)
23+
[tutorial-zh](https://github.com/GestaltCogTeam/BasicTS/blob/master/tutorial/getting_started_cn.md)
24+
options:
25+
- label: 我已经搜索过tutorial | I have searched tutorial
26+
required: true
27+
- type: textarea
28+
attributes:
29+
label: 当前行为 | Current Behavior
30+
description: |
31+
准确描述遇到的行为。
32+
A concise description of what you're experiencing.
33+
validations:
34+
required: false
35+
- type: textarea
36+
attributes:
37+
label: 期望行为 | Expected Behavior
38+
description: |
39+
准确描述预期的行为。
40+
A concise description of what you expected to happen.
41+
validations:
42+
required: false
43+
- type: textarea
44+
attributes:
45+
label: 运行环境 | Environment
46+
description: |
47+
examples:
48+
- **OS**: Ubuntu 22.04.2
49+
- **DEVICE**: NVIDIA GeForce RTX 4090
50+
- **NVIDIA Driver**: 550.120
51+
- **CUDA**: 12.4
52+
- **NVIDIA GPU Memory**: 24GB
53+
- **PyTorch**: 2.3.1+cu121
54+
value: |
55+
- OS:
56+
- DEVICE:
57+
- NVIDIA Driver:
58+
- CUDA:
59+
- NVIDIA GPU Memory:
60+
- PyTorch:
61+
render: Markdown
62+
validations:
63+
required: false
64+
- type: textarea
65+
attributes:
66+
label: BasicTS日志 | BasicTS logs
67+
description: |
68+
在checkpoints下找到training_log_xxx.log,把关键信息粘贴到这里。
69+
Find the training_log_xxx.log file in the directory of checkpoints and paste the key information here.
70+
placeholder: |
71+
把training_log_xxx.log的关键内容贴到这里
72+
paste training_log_xxx.log key content here.
73+
validations:
74+
required: false
75+
76+
- type: textarea
77+
attributes:
78+
label: 复现方法 | Steps To Reproduce
79+
description: |
80+
复现当前行为的详细步骤。
81+
Steps to reproduce the behavior.
82+
placeholder: |
83+
1. In this environment...
84+
2. With this config...
85+
3. Run '...'
86+
4. See error...
87+
validations:
88+
required: false
89+
90+
- type: textarea
91+
attributes:
92+
label: 备注 | Anything else?
93+
description: |
94+
您可以在这里补充其他关于该问题背景信息的描述、链接或引用等。
95+
96+
您可以通过点击高亮此区域然后拖动文件的方式上传图片或日志文件。
97+
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+
validations:
102+
required: false

0 commit comments

Comments
 (0)