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 :