Update Bug Report form

This commit is contained in:
manongjohn 2022-04-14 17:29:33 -04:00
parent f849f1cd67
commit e8a50d4b60
3 changed files with 91 additions and 34 deletions

View file

@ -1,32 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''
---
<!-- Please search for existing issues to avoid creating duplicates. -->
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
List steps to reproduce the behavior.
1.
2.
3.
**Screenshots, short videos or logs**
If applicable, add screenshots or links to short videos to help explain your problem or provide logs or dmp files if it's a crash.
<!--Crash logs or dmp files may be found under the following:-->
<!-- Windows crash dmp: C:\Users\yourusername\AppData\Local\Tahoma2D\Tahoma2D\cache\crashrpt\xxxx\crashdump.dmp -->
<!-- macOS crash logs: Console App -> User Reports. Look for Tahoma2D crash report -->
**Device Information:**
- OS: [e.g. Windows]
- Tahoma2D Version: [e.g. Nightly (2020-01-10)]
- GPU: [e.g. NVIDIA RTX 2080]
- GPU Driver Version: [e.g. 440.00]

87
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View file

@ -0,0 +1,87 @@
name: Bug Report
description: Create a report to help us improve
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Before filling out a bug report, please search the Issues list for an existing report and only enter one if none found. Thanks!
- type: textarea
id: bug-description
attributes:
label: Bug Description
description: What happened?
placeholder: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce
description: What steps do we need to take to reproduce this error?
placeholder: List steps to reproduce the behavior.
validations:
required: false
- type: textarea
id: logs
attributes:
label: Relevant logs/screenshots
description: If available, please provide relevant logs or screenshots.
placeholder: |
Crash logs or dmp files may be found under the following:
Windows: crash dmp file - C:\Users\yourusername\AppData\Local\Tahoma2D\Tahoma2D\cache\crashrpt\xxxx\crashdump.dmp
crash logs - Event Viewer -> Windows Logs -> Application. Look for Tahoma2D crash report
macOS: crash logs - Console App -> User Reports. Look for Tahoma2D crash report
validations:
required: false
- type: markdown
attributes:
value: |
---
## Device Information
- type: dropdown
id: software-version
attributes:
label: Software Version
description: What version of the software are you running?
options:
- 1.3
- Nightly (Specify below)
- 1.2
- 1.1
- 1.0.1
- 1.0
- Other (Specify below)
validations:
required: true
- type: input
id: special-version
attributes:
label: Software Version Information
description: If using a Nightly version, please specify build date. If Other, please explain.
validations:
required: false
- type: input
id: os
attributes:
label: Operating System
description: What operating system are you on? What version?
placeholder: e.g. Windows 10 / macOS Catalina 10.15 / Ubuntu 16.04
validations:
required: true
- type: input
id: graphics-card
attributes:
label: Graphics Card
description: What type of graphics card do you have?
placeholder: e.g. NVIDIA RTX 2080
validations:
required: false
- type: input
id: drawing-tablet
attributes:
label: Drawing Tablet
description: What type of drawing table are you using?
placeholder: e.g. Wacom Cintq 22 / XP Pen Artist 12 / mouse
validations:
required: false

View file

@ -1,4 +1,4 @@
blank_issues_enabled: true
blank_issues_enabled: false
contact_links:
- name: Manual
url: https://tahoma2d.readthedocs.io/
@ -6,4 +6,6 @@ contact_links:
- name: User forum
url: https://groups.google.com/g/tahoma2d
about: You can ask and answer general questions here, and connect with other users
- name: Discord (invite link)
url: https://discord.gg/uFdhmKQ
about: For additional community support, join the Tahoma2D Discord server.