File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments