Skip to content

Commit b35b425

Browse files
github: Add bug report issue template
1 parent 851eee6 commit b35b425

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: 🐞 Bug report
3+
about: Something is not working the way it should
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
## Bug description
10+
11+
What is expected? What happens instead?
12+
13+
## Reproduction steps
14+
15+
Steps to reproduce the bug:
16+
17+
1. Load to '...'
18+
2. Click on '....'
19+
3. Scroll down to '....'
20+
4. See error
21+
22+
### Code
23+
24+
If this is a runtime issue, please share some minimal code to reproduce it:
25+
26+
```py
27+
...
28+
```
29+
30+
### Screenshots
31+
32+
If applicable, add screenshots to help explain your problem.
33+
34+
### System
35+
36+
- OS: [e.g. Ubuntu 20.04]
37+
- robot\_descriptions version: [e.g. 3.2.0]
38+
39+
## Additional context
40+
41+
Add any other context about the problem.

0 commit comments

Comments
 (0)