11READ THE FOLLOWING FIRST:
22
33If not already done, please read the "guidelines for contributing"
4- that are linked ^-- just up there in the big yellow box. Also read
5- the FAQ: https://github.com/foosel/OctoPrint/wiki/FAQ .
4+ aka the Contribution Guidelines that are linked ^-- just up there
5+ in the big yellow box.
6+
7+ Also read the FAQ: https://github.com/foosel/OctoPrint/wiki/FAQ .
68
79This is a bug and feature tracker, please only use it to report bugs
810or request features within OctoPrint (not OctoPi, not any OctoPrint
911plugins and not unofficial OctoPrint versions).
1012
11- Do not seek support here ("I need help with ..."), that belongs on
12- the mailing list or the G+ community (both linked in the "guidelines
13- for contributing" linked above, read it!), NOT here.
13+ Do not seek support here ("I need help with ...", "I have a
14+ question ..."), that belongs on the mailing list or the G+ community
15+ (both linked in the "guidelines for contributing" linked above, read
16+ them!), NOT here.
1417
15- Mark requests with a "[ Request] " prefix in the title please. Fully fill
16- out the bug reporting template for bug reports (if you don't know where
17- to find some information - it's all described in the contribution
18- guidelines linked up there in the big yellow box).
18+ Mark requests with a "[ Request] " prefix in the title please. For bug
19+ reports fully fill out the bug reporting template (if you don't know
20+ where to find some information - it's all described in the Contribution
21+ Guidelines linked up there in the big yellow box).
1922
20- When reporting a bug do NOT delete any lines from the template but
23+ When reporting a bug do NOT delete ANY lines from the template but
2124those enclosed in [ and ] - and those please DO delete, they are
2225only provided for your information and removing them makes your
2326ticket more readable :)
2427
25- Make sure any bug you want to repor tis still present with the CURRENT
28+ Make sure any bug you want to report is still present with the CURRENT
2629OctoPrint version and that it does not vanish when you start OctoPrint
27- in safe mode - how to do that is also explained in the contribution
28- guidelines linked up there in the big yellow box.
30+ in safe mode - how to do that is also explained in the Contribution
31+ Guidelines linked up there in the big yellow box.
2932
3033Thank you!
3134
@@ -37,53 +40,68 @@ by heart ;))
3740
3841#### What were you doing?
3942
40- [ Please describe the steps to reproduce your issue. Be as specific as
41- possible here. The maintainers will need to reproduce your issue in
42- order to fix it and that is not possible if they don't know what you
43- did to get it to happen in the first place.
43+ [ Please be as specific as possible here. The maintainers will need to
44+ reproduce your issue in order to fix it and that is not possible if they
45+ don't know what you did to get it to happen in the first place.
46+
47+ Ideally provide exact steps to follow in order to reproduce your problem:
48+
49+ 1 . ...
50+ 2 . ...
51+ 3 . ...
4452
4553If you encountered a problem with specific files of any sorts, make sure
4654to also include a link to a file with which to reproduce the problem.]
4755
48- #### What did you expect to happen and what happened instead?
56+ #### What did you expect to happen?
57+
58+ #### What happened instead?
59+
60+ #### Did the same happen when running OctoPrint in safe mode?
61+
62+ [ Try to reproduce your problem in safe mode. You can find information
63+ on how to enable safe mode in the Contribution Guidelines.]
4964
5065#### Branch & Commit or Version of OctoPrint
5166
5267[ Can be found in the lower left corner of the web interface. ALWAYS INCLUDE.]
5368
5469#### Operating System running OctoPrint
5570
56- [ OctoPi, Linux, Windows, MacOS, something else? With version please.]
71+ [ OctoPi, Linux, Windows, MacOS, something else? With version please.
72+ OctoPi's version can be found in /etc/octopi_version]
5773
5874#### Printer model & used firmware incl. version
5975
6076[ If applicable, always include if unsure.]
6177
6278#### Browser and Version of Browser, Operating System running Browser
6379
64- [ If applicable, always include if unsure or reporting UI issues .]
80+ [ If applicable, always include if unsure.]
6581
6682#### Link to octoprint.log
6783
68- [ On gist.github.com or pastebin.com. ALWAYS INCLUDE and never truncate.]
84+ [ On gist.github.com or pastebin.com. ALWAYS INCLUDE and never truncate.
85+ The Contribution Guidelines tell you where to find that.]
6986
7087#### Link to contents of terminal tab or serial.log
7188
7289[ On gist.github.com or pastebin.com. If applicable, always include if unsure or
73- reporting any kind of communication issues between OctoPrint and your printer.
74- Never truncate.
90+ reporting communication issues. Never truncate.
7591
7692serial.log is usually not written due to performance reasons and must be
7793enabled explicitly. Provide at the very least the FULL contents of your
7894terminal tab at the time of the bug occurrence, even if you do not have
79- a serial.log.]
95+ a serial.log (which the Contribution Guidelines tell you where to find) .]
8096
8197#### Link to contents of Javascript console in the browser
8298
8399[ On gist.github.com or pastebin.com or alternatively a screenshot. If applicable -
84- always include if unsure or reporting UI issues.]
100+ always include if unsure or reporting UI issues.
101+
102+ The Contribution Guidelines tell you where to find that.]
85103
86- #### Screenshot(s) or video(s) showing the problem:
104+ #### Screenshot(s)/ video(s) showing the problem:
87105
88106[ If applicable. Always include if unsure or reporting UI issues.]
89107
0 commit comments