Skip to content

Commit d546609

Browse files
authored
Add Bug report issue template (#1017)
1 parent 13c0e75 commit d546609

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
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+
**To Reproduce**
14+
Steps to reproduce the behavior (please add longer code examples below):
15+
16+
17+
**Expected behavior**
18+
A clear and concise description of what you expected to happen.
19+
20+
21+
**Additional context**
22+
23+
OS-version:
24+
Python version:
25+
python-can version:
26+
python-can interface/s:
27+
28+
<!-- Add any other context about the problem here. -->
29+
30+
<details><summary>Traceback and logs</summary>
31+
<!-- have to be followed by an empty line! -->
32+
33+
<!-- More details such as a minimal script to demonstrate the bug, relevant logs and any tracebacks go here. -->
34+
35+
<!-- Code examples can be included: -->
36+
```python
37+
def func():
38+
return 'hello, world!'
39+
```
40+
</details>

0 commit comments

Comments
 (0)