Skip to content

Commit bd19c6b

Browse files
committed
update ISSUE_TEMPLATES
1 parent 448eeff commit bd19c6b

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,24 @@ Steps to reproduce the behavior:
1717
3. Scroll down to '....'
1818
4. See error
1919

20+
If possible add some example source code like:
21+
```robotframework
22+
***Settings***
23+
Library Collections
24+
25+
***Test Cases***
26+
a simple test
27+
do something # this should shown something
28+
```
29+
2030
**Expected behavior**
2131
A clear and concise description of what you expected to happen.
2232

23-
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
33+
**Screenshots/ Videos**
34+
If applicable, add screenshots or videos to help explain your problem.
35+
36+
**Logs**
37+
Copy the messages from VSCode "Output" view for RobotCode and RobotCode Language Server for the specific folder/workspace.
2538

2639
**Desktop (please complete the following information):**
2740
- OS: [e.g. Windows, Linux]

0 commit comments

Comments
 (0)