##// END OF EJS Templates
Merge branch 'inputtransformer2' of github.com:takluyver/ipython into inputtransformer2
Thomas Kluyver -
r24369:fa14e7f7 merge
parent child Browse files
Show More
@@ -53,6 +53,16 b" with the subject '{app_name} Crash Report'."
53 If you want to do it now, the following command will work (under Unix):
53 If you want to do it now, the following command will work (under Unix):
54 mail -s '{app_name} Crash Report' {contact_email} < {crash_report_fname}
54 mail -s '{app_name} Crash Report' {contact_email} < {crash_report_fname}
55
55
56 In your email, please also include information about:
57 - The operating system under which the crash happened: Linux, macOS, Windows,
58 other, and which exact version (for example: Ubuntu 16.04.3, macOS 10.13.2,
59 Windows 10 Pro), and whether it is 32-bit or 64-bit;
60 - How {app_name} was installed: using pip or conda, from GitHub, as part of
61 a Docker container, or other, providing more detail if possible;
62 - How to reproduce the crash: what exact sequence of instructions can one
63 input to get the same crash? Ideally, find a minimal yet complete sequence
64 of instructions that yields the crash.
65
56 To ensure accurate tracking of this issue, please file a report about it at:
66 To ensure accurate tracking of this issue, please file a report about it at:
57 {bug_tracker}
67 {bug_tracker}
58 """
68 """
General Comments 0
You need to be logged in to leave comments. Login now