We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851eee6 commit b35b425Copy full SHA for b35b425
.github/ISSUE_TEMPLATE/bug_report.md
@@ -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