Skip to content

Commit 8ada72e

Browse files
authored
Update issue templates
1 parent 2441b38 commit 8ada72e

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug Report
3+
about: Something is not working as expected...
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**Expected behaviour**
14+
A clear and concise description of what you expected to happen.
15+
16+
**Operating system and version**
17+
18+
- OS: (linux, osx, windows, freebsd, etc)
19+
- GPUs: (list architecture)
20+
21+
**My Configuration**
22+
23+
```yaml
24+
# copy / paste your configuration here
25+
```
26+
27+
**Proxy Logs**
28+
29+
```
30+
# copy / paste from /logs
31+
```
32+
33+
**Upstream Logs**
34+
35+
```
36+
# copy/paste from /logs
37+
```

0 commit comments

Comments
 (0)