diff --git a/spyderlib/spyder.py b/spyderlib/spyder.py index bbb67a69a79..7345ad6d448 100644 --- a/spyderlib/spyder.py +++ b/spyderlib/spyder.py @@ -1788,26 +1788,28 @@ def report_issue(self): issue_template = """\ ## Description -* *What steps will reproduce the problem?* -1. -2. -3. +**What steps will reproduce the problem?** -* *What is the expected output? What do you see instead?* +1. +2. +3. +**What is the expected output? What do you see instead?** -* *Please provide any additional information below* + +**Please provide any additional information below** ## Version and main components -* Spyder Version: %s%s -* Python Version: %s -* Qt Version : %s, %s %s on %s +* Spyder Version: %s %s +* Python Version: %s +* Qt Versions: %s, %s %s on %s ## Optional dependencies - +``` %s +``` """ % (versions['spyder'], revlink, versions['python'],