From 56896b4bea201a9431d7bfee3595f5a69372e63a Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 29 Sep 2020 12:57:19 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/issue-report.md | 48 ++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue-report.md diff --git a/.github/ISSUE_TEMPLATE/issue-report.md b/.github/ISSUE_TEMPLATE/issue-report.md new file mode 100644 index 00000000..1a88b900 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-report.md @@ -0,0 +1,48 @@ +--- +name: Issue Report +about: Tell me what's wrong, seriously +title: "[Problem]" +labels: bug +assignees: mnadareski + +--- + +**Before You Submit** +- Remember to try the [latest WIP build](https://ci.appveyor.com/project/mnadareski/dicui/build/artifacts) to see if the issue has already been addressed. +- .NET Core 3.1 has known issues, please try using another build to reproduce the error +- Check multiple discs to help narrow down the issue +- Check the Options to see if changing any of those affects your issue. + +If all of those fail, then continue... + +**Version** +What version are you using? + +- [ ] Stable release (version here) +- [ ] WIP release (version here) + +**Build** +What runtime version are you using? + +- [ ] .NET Framework 4.7.2 running on (Operating System) +- [ ] .NET Framework 4.8 running on (Operating System) +- [ ] .NET Core 3.1 running on (Operating System) + +**Describe the issue** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here.