diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md index 4eec1cceb8..107c28cc0f 100644 --- a/.github/ISSUE_TEMPLATE/report-a-bug.md +++ b/.github/ISSUE_TEMPLATE/report-a-bug.md @@ -24,6 +24,16 @@ Please provide a [minimal, reproducible example](https://stackoverflow.com/help/ **What version of Premake are you using?** `premake5 --version` will show you the version. If you are running a "-dev" version, please make sure you are up to date with the latest master branch. +**What exporter are you using?** +- [ ] Visual Studio 2022 (vs2019) +- [ ] Visual Studio 2019 (vs2022) +- [ ] Older version of Visual Studio (vs2017 or earlier) +- [ ] GNU Makefile (gmake) +- [ ] GNU Makefile 2 (gmake2) +- [ ] XCode (xcode) +- [ ] Codelite +- [ ] Other (Please list below) + **Anything else we should know?** Add any other context about the problem here.