github.com/tilt-dev/tilt@v0.36.0/.github/ISSUE_TEMPLATE/bug_report.md (about) 1 --- 2 name: Bug report 3 about: Seeing something you didn't expect? 4 title: '' 5 labels: bug 6 assignees: '' 7 8 --- 9 10 ### Expected Behavior 11 <!--- Tell us what should happen --> 12 13 ### Current Behavior 14 <!--- Tell us what happens instead of the expected behavior --> 15 16 ### Steps to Reproduce 17 <!--- Not required, but if you can provide this, we can help you faster. --> 18 <!--- Provide a link to a live example, or an unambiguous set of steps to --> 19 <!--- reproduce this bug. Include code to reproduce, if relevant --> 20 1. 21 2. 22 3. 23 4. 24 25 ### Context 26 #### `tilt doctor` Output 27 <!--- Run `tilt doctor` and paste the output here so we know about your environment --> 28 ``` 29 $ tilt doctor 30 ... 31 ``` 32 33 #### About Your Use Case 34 <!--- How has this issue affected you? What are you trying to accomplish? --> 35 <!--- Providing context helps us come up with a solution that is most useful in the real world -->