Skip to content

Commit

Permalink
Updated Bug Report Template to add exporter selection
Browse files Browse the repository at this point in the history
  • Loading branch information
nickclark2016 committed Jun 25, 2022
1 parent 1c22240 commit 09ccaae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/report-a-bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 09ccaae

Please sign in to comment.