From 93a3eb812a31339665516f64894cb21cca3eaa71 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 9 Aug 2017 13:21:27 -0700 Subject: [PATCH] add a bit more formatting and room for code sample --- .github/issue_template.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 8ae52c22..ea4544e9 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,16 +1,16 @@ + your issue report, if applicable. See also https://wxpython.org/pages/how-to-submit-issue/ --> -Operating system: +**Operating system**: +**wxPython version**: +**Stock or custom build**: +**Python version**: +**Stock or custom build**: -wxPython version: - -Stock or custom build: - -Python version: - -Stock or custom build: - -Description of the problem: +**Description of the problem**: + +```python +# Put code sample here +```