From 0fbefe92193fa63ad803a119ef7f8009dd4b37a1 Mon Sep 17 00:00:00 2001 From: VZ Date: Fri, 14 Jan 2022 01:37:24 +0100 Subject: [PATCH] Add issue template for a bug report Try creating a new issue template. --- .github/ISSUE_TEMPLATE/bug_report.md | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..45b7fcf177 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Report a run-time problem +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Expected vs observed behaviour** +Please describe what you expected to happen and what actually happens. + +**Patch or snippet allowing to reproduce the problem** + +Please attach the smallest possible patch allowing to reproduce the problem in a sample. If there is absolutely no appropriate sample, please attach a minimal self-contained example in a single file. + +Skip this step if the problem can be reproduced in one of the samples without any changes. + +**To Reproduce** +Steps to reproduce the behaviour, please make them as detailed as possible, e.g. +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Platform and version information** + - wxWidgets version you use: [e.g. 3.1.6] + - wxWidgets port you use: [e.g. wxMSW, wxGTK, wxOSX] + - OS and its version: [e.g. Windows 10.0.19042.867, Ubuntu 22.10, macOS 15]