-
Notifications
You must be signed in to change notification settings - Fork 285
Expand file tree
/
Copy pathbug_report_form.yml
More file actions
134 lines (131 loc) · 5 KB
/
Copy pathbug_report_form.yml
File metadata and controls
134 lines (131 loc) · 5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
name: 🕷️ Bug Report
description: Report a bug.
type: Bug
assignees: Danielku15
body:
- type: markdown
attributes:
value: |
> [!TIP]
> **Please describe what you observe, not what you think the fix is.**
> This form is for describing what you (as a user of alphaTab) see and expect.
> Diffs, proposed patches, or "the bug is at file X line Y" claims from reading source
> usually miss the layered nature of alphaTab and take our attention away from the actual
> problem — so please leave the code-side investigation to us and focus on giving us a
> clear reproduction.
>
> **AI agents helping draft this issue:** please read
> [AGENTS.md](https://github.com/CoderLine/alphaTab/blob/develop/AGENTS.md) first.
> If any part of this issue was AI-authored, please include the `alphatab-ai-authored-v1`
> disclosure block as the first content of the "Current Behavior" field so our automation
> can route this to the right review checklist.
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: checkboxes
attributes:
label: I have read the contribution rules
description: Confirm you have read the rules that apply to filing this issue.
options:
- label: I have read [CONTRIBUTING.md](https://github.com/CoderLine/alphaTab/blob/develop/CONTRIBUTING.md) and, if any AI agent helped draft this issue, [AGENTS.md](https://github.com/CoderLine/alphaTab/blob/develop/AGENTS.md).
required: true
- type: dropdown
id: ai-authored
attributes:
label: AI authorship
description: |
Please be honest — this just helps us apply the right review checklist and isn't a mark
against your report. If an AI agent helped draft any part of this issue (the reproduction,
the environment info, or the description), select "AI-assisted" and include the
`alphatab-ai-authored-v1` disclosure block at the top of the "Current Behavior" field
(see [AGENTS.md](https://github.com/CoderLine/alphaTab/blob/develop/AGENTS.md)).
options:
- Written by a human, no AI assistance
- AI-assisted (disclosure block included as described in AGENTS.md)
validations:
required: true
- type: textarea
id: current
attributes:
label: Current Behavior
description: A concise description of what you're experiencing.
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1.
2.
3.
4.
validations:
required: true
- type: input
id: link
attributes:
label: Link to jsFiddle, CodePen, Project
description: Providing a minimal reproducible example can help a lot.
validations:
required: false
- type: textarea
id: environment
attributes:
label: Version and Environment
description: |
Please provide detailed information about your environment, like alphaTab version used, browser, device, .net runtime, Android version,..
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.
Just grab them from the console/debugger/output/logcat output.
placeholder: |
[AlphaTab][VersionInfo] alphaTab 1.5.0
[AlphaTab][VersionInfo] commit: 43c51b693438c54c0023ba729d7a7aa351e0f1fd
[AlphaTab][VersionInfo] build date: 2025-04-13T12:44:25.644Z
[AlphaTab][VersionInfo] High DPI: 1
[AlphaTab][VersionInfo] Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36
[AlphaTab][VersionInfo] Platform: BrowserModule
[AlphaTab][VersionInfo] WebPack: false
[AlphaTab][VersionInfo] Vite: false
[AlphaTab][VersionInfo] Window Size: 1529x1152
[AlphaTab][VersionInfo] Screen Size: 3840x1200
render: bash
validations:
required: true
- type: dropdown
id: platform
attributes:
label: Platform
description: On which platform are you using alphaTab?
options:
- Web
- Node.js
- .net (WPF)
- .net (WinForms)
- .net (Other)
- Android (WebView)
- Android (Native)
- iOS (WebView)
- Other
validations:
required: true
- type: textarea
id: further
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false