File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,24 @@ Steps to reproduce the behavior:
17
17
3 . Scroll down to '....'
18
18
4 . See error
19
19
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
+
20
30
** Expected behavior**
21
31
A clear and concise description of what you expected to happen.
22
32
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.
25
38
26
39
** Desktop (please complete the following information):**
27
40
- OS: [ e.g. Windows, Linux]
You can’t perform that action at this time.
0 commit comments