From 77c3691cb24c5c99010f892464f31d3b23cd4d5b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 14 Jan 2022 01:46:21 +0100 Subject: [PATCH] Add an issue template for build problems --- .github/ISSUE_TEMPLATE/build_problem.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/build_problem.md diff --git a/.github/ISSUE_TEMPLATE/build_problem.md b/.github/ISSUE_TEMPLATE/build_problem.md new file mode 100644 index 0000000000..08043932fb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/build_problem.md @@ -0,0 +1,24 @@ +--- +name: Build Problem +about: Report a problem building wxWidgets +title: '' +labels: 'build' +assignees: '' + +--- + +**Describe the problem** +Describe how exactly do you build wxWidgets, including the full `configure` +command line and/or `make` command line if relevant. + +Please attach the full build log, but feel free to quote the relevant parts of +it here. + +When using `configure`, please also attach `config.log` file. + + +**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] + - Compiler being used: [e.g. MSVS 2022, gcc 12.1]