Add an issue template for build problems

This commit is contained in:
Vadim Zeitlin 2022-01-14 01:46:21 +01:00
parent 0fbefe9219
commit 77c3691cb2

24
.github/ISSUE_TEMPLATE/build_problem.md vendored Normal file
View File

@ -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]