From 12984a0ceb325a84612831d7ae88fe714b346c91 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 13 Nov 2023 01:55:46 +0100 Subject: [PATCH] Ask to specify the build system used in build problem template Also ask for any unusual compiler options. --- .github/ISSUE_TEMPLATE/build_problem.md | 27 +++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/build_problem.md b/.github/ISSUE_TEMPLATE/build_problem.md index 32ece1b26a..658b0f1b36 100644 --- a/.github/ISSUE_TEMPLATE/build_problem.md +++ b/.github/ISSUE_TEMPLATE/build_problem.md @@ -6,13 +6,31 @@ labels: 'build' assignees: '' --- + +### Build System Used + -Please attach the full build log, but feel free to quote the relevant parts of -it here. +I build wxWidgets and/or my application using: + +- [ ] CMake +- [ ] configure +- [ ] mingw32-make with makefile.gcc +- [ ] MSBuild (Microsoft Visual Studio solution file) +- [ ] nmake with makefile.vc +- [ ] Xcode + + you are building: - OS and its version: - Compiler being used: +- Non-default compiler options, if any :