Skip to content

Commit 2da73f8

Browse files
authored
Merge pull request #32 from InfiniTensor/add-bug-report-template
Add bug report template
2 parents 3ac48fd + 51465ef commit 2da73f8

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: 🐛 Bug report
2+
description: Something isn't working as expected 🤔.
3+
labels: ["bug"]
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: Thanks for taking the time to fill out this bug report!
9+
10+
- type: checkboxes
11+
attributes:
12+
label: Is there an existing issue for this?
13+
description: >
14+
Please search to see if an issue already exists
15+
for the bug you encountered.
16+
options:
17+
- label: I have searched the existing issues.
18+
required: true
19+
20+
- type: textarea
21+
attributes:
22+
label: "Describe the bug:"
23+
description: A clear and concise description of what the bug is.
24+
validations:
25+
required: false
26+
27+
- type: textarea
28+
attributes:
29+
label: "To reproduce:"
30+
description: >
31+
Steps to reproduce the behavior.
32+
If applicable, provide a small, self-contained piece of code
33+
that can be run directly to reproduce the issue.
34+
validations:
35+
required: false
36+
37+
- type: textarea
38+
attributes:
39+
label: "Expected behavior:"
40+
description: >
41+
A clear and concise description of what you expected to happen.
42+
validations:
43+
required: false
44+
45+
- type: textarea
46+
attributes:
47+
label: "Environment details:"
48+
description: >
49+
Please include your NineToothed version, operating system,
50+
hardware platform, and any relevant information.
51+
If you are using PyTorch, please run
52+
`python -m torch.utils.collect_env` to gather
53+
environment information.
54+
validations:
55+
required: false

0 commit comments

Comments
 (0)