diff --git a/.github/ISSUE_TEMPLATE/01_crash.md b/.github/ISSUE_TEMPLATE/01_crash.md index 7c11abcd4f..0e50c975ee 100644 --- a/.github/ISSUE_TEMPLATE/01_crash.md +++ b/.github/ISSUE_TEMPLATE/01_crash.md @@ -8,7 +8,7 @@ labels: 'bug: crash,' - + ### How is the bug triggered? @@ -17,11 +17,15 @@ How can you reproduce the bug? ### Does it produce a 'traceback' or 'exception'? - + ``` ``` + ### How are you running the application? Please include as many of the following as possible: @@ -34,6 +38,9 @@ Please include as many of the following as possible: - **Python version (and implementation):** eg. 3.8, 3.9, 3.10, ... (implementation is likely to be eg. CPython, or PyPy) -If possible, please provide details from the `About` menu: (hotkey: Meta + ?) -(this can provide some of the details above) + +``` + +``` diff --git a/.github/ISSUE_TEMPLATE/02_bug.md b/.github/ISSUE_TEMPLATE/02_bug.md index 1ac0381330..83ef0c2db0 100644 --- a/.github/ISSUE_TEMPLATE/02_bug.md +++ b/.github/ISSUE_TEMPLATE/02_bug.md @@ -31,6 +31,9 @@ Please include as many of the following as possible: - **Python version (and implementation):** eg. 3.8, 3.9, 3.10, ... (implementation is likely to be eg. CPython, or PyPy) -If possible, please provide details from the `About` menu: (hotkey: Meta + ?) -(this can provide some of the details above) + +``` + +```