Skip to content

Commit 1e6ff6d

Browse files
authored
add debug information field to bug report (#2838)
1 parent 2f5afbe commit 1e6ff6d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,12 @@ body:
159159
Please upload your Log files by dropping them into the area below, and add any information notes if necessary.
160160

161161
**Read our [Logging Guide](https://github.com/jasp-stats/jasp-desktop/blob/stable/Docs/user-guide/logging-howto.md) page to learn where to (and how to) find JASP log files.**
162+
- type: textarea
163+
id: debug-info
164+
attributes:
165+
label: More Debug Information
166+
description: Are you using a JASP version >= 0.19 now? Please open the "About" window if you can access JASP,then click the "copy debug information" button to get debug info.
167+
placeholder: Paste debug infomation here.
162168
- type: checkboxes
163169
id: final-checklist
164170
attributes:

0 commit comments

Comments
 (0)