DisplayMagician/.github/ISSUE_TEMPLATE/bug_report.md

42 lines
1.5 KiB
Markdown
Raw Normal View History

2019-01-18 14:50:08 +00:00
---
name: Bug report
2021-05-21 05:21:42 +00:00
about: Create a bug report to help us fix something broken in DisplayMagician
2021-05-23 02:27:59 +00:00
title: ''
2019-01-18 14:50:08 +00:00
labels: bug
2021-05-21 05:21:42 +00:00
assignees: terrymacdonald
2019-01-18 14:50:08 +00:00
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behaviour:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behaviour**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Reporting Logs**
2021-05-21 05:21:42 +00:00
- Create a TRACE-level DisplayMagician.log file by running `C:\Program Files\DisplayMagician\DisplayMagician.exe --trace` in a command prompt.
- The above command will create a DisplayMagician.log file in `C:\Users\<yourusername>\AppData\Local\DisplayMagician\Logs` which should contain a LOT of detailed TRACE level log entries.
- Feel free to check the DisplayMagician.log file for any information you might not want to share with the public.
- Once you're happy, attach the DisplayMagician.log TRACE file you just created to this issue.
2019-01-18 14:50:08 +00:00
**Enviroment (please complete the following information):**
- Windows Version: [e.g. Win10]
2021-05-21 05:21:42 +00:00
- DisplayMagician Version [e.g. 1.1.0]
- Video Card: [e.g. Asus NVIDIA GTX1070]
- Number and make/model of monitors: [e.g. 2xDell UH2718H, 1x LG G27U17D]
- Date of last video driver update: [e.g. 2021-02-15]
- Date of last windows update: [e.g. 2021-02-15]
2019-01-18 14:50:08 +00:00
**Additional context**
Add any other context about the problem here.