You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report_form.yml
+21-24Lines changed: 21 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -43,16 +43,27 @@ body:
43
43
description: Providing a minimal reproducible example can help a lot.
44
44
validations:
45
45
required: false
46
-
- type: dropdown
47
-
id: version
46
+
- type: textarea
47
+
id: environment
48
48
attributes:
49
-
label: Found in Version
50
-
description: Which version of alphaTab are you using?
51
-
options:
52
-
- 1.4 (alpha)
53
-
- 1.3
54
-
- 1.2
55
-
- Other
49
+
label: Version and Environment
50
+
description: |
51
+
Please provide detailed information about your environment, like alphaTab version used, browser, device, .net runtime, Android version,..
52
+
Since 1.5.0: You can call `alphaTab.Environment.printEnvironmentInfo()` and copy the printed info. Or enable [debug logs](https://www.alphatab.net/docs/reference/settings/core/loglevel) and they are always printed.
53
+
Just grab them from the console/debugger/output/logcat output.
0 commit comments