github.com/getgauge/gauge@v1.6.9/.github/ISSUE_TEMPLATE/bug_report.md (about) 1 --- 2 name: Bug report 3 about: Create a report to help us improve 4 title: '' 5 labels: '' 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 (or project) to reproduce the behavior: 15 1. Initialise a gauge project 16 2. Run the gauge command 17 3. See error 18 19 ``` 20 $ gauge init java # or js, python etc 21 $ gauge run specs 22 ``` 23 24 **Logs** 25 26 ``` 27 Paste any log or error messages here 28 ``` 29 30 **Expected behavior** 31 A clear and concise description of what you expect to happen. 32 33 **Screenshots** 34 If applicable, add screenshots to help explain your problem. 35 36 <!--- please complete the following information --> 37 **Versions:** 38 <!--- If you are using Gauge please paste the output of "gauge -v" --> 39 ``` 40 gauge -v 41 ``` 42 - OS [e.g. MacOS 10.15.6 (19G2021) please be specific ] 43 - Runner info (Please specify the correct version of Java/Node/Python/Dotnet/Ruby) 44 - IDE info (If using VS Code or Intellij IDEA) 45 46 47 **Additional context** 48 Add any other context about the problem here.