|
1 | 1 | --- |
2 | | -name: 🕷 Bug report |
| 2 | +name: "\U0001F577 Bug report" |
3 | 3 | about: Report a bug. |
| 4 | +title: '' |
| 5 | +labels: ":spider: type-bug" |
| 6 | +assignees: Danielku15 |
4 | 7 |
|
5 | 8 | --- |
6 | 9 |
|
7 | 10 | <!-- |
8 | | -
|
9 | | -!!! The issue templates provided here are mandatory to be used !!! |
10 | | -!!! Issues not filling out the provided structure and details !!! |
11 | | -!!! will be closed without addressing them. It takes you 2mins !!! |
12 | | -!!! more for us it takes a lot of time to organize and address !!! |
13 | | -!!! clarify open points if you do not provide them !!! |
14 | | -
|
15 | | -
|
16 | | -Additionally for bugs: |
17 | | -
|
18 | | -- IMPORTANT: Do not simply delete the whole template and submit without providing the details asked for! Issues not following the template will be closed without being worked on. Please try to be precise and provide all details that help to work on the issue. |
19 | | -- Please make sure that no other bug with the same topic exists already. Rather reopen a closed one than enter a new one. |
20 | | -- Ensure that you are using the lastest version. |
21 | | -
|
| 11 | +❗❗ The issue templates provided here are mandatory to be used and filled out |
| 12 | +❗❗ Issues not filling out the provided structure and details will be closed |
22 | 13 | --> |
23 | 14 |
|
24 | | -# Your environment |
25 | | - |
26 | | -* Version used: (master branch) |
27 | | -* Platform used: JavaScript or C# |
28 | | -* Rendering engine used: SVG (default), HTML5 or GDI |
29 | | -* Browser Name and Version: |
30 | | -* Operating System and version (desktop or mobile): |
31 | | -* Link to your project: |
32 | | - |
33 | | - |
34 | | -# Expected Results |
| 15 | +### Expected Results |
35 | 16 | <!-- Explain here what is your expected behavior of alphaTab. --> |
36 | 17 |
|
37 | | -# Observed Results |
| 18 | +### Observed Results |
38 | 19 | <!-- Explain here how alphaTab is behaving currently. --> |
39 | 20 |
|
40 | | -# Steps to Reproduce (for bugs) |
| 21 | +### Steps to Reproduce |
41 | 22 | <!-- |
42 | 23 | Explain here the exact steps how to reproduce the problem. Try to provide a |
43 | 24 | running sample showing the issue. If you have problem with a dedicated input file, |
44 | 25 | please provide a download link or attach it to the issue. |
45 | 26 | --> |
46 | 27 |
|
| 28 | +Link to jsFiddle, CodePen, Project etc.: |
| 29 | + |
47 | 30 | 1. |
48 | 31 | 2. |
49 | 32 | 3. |
50 | 33 |
|
51 | | -# Possible Solution |
52 | | -<!-- If you already know a solution to the problem please provide it here. --> |
| 34 | +### Further details |
| 35 | +<!-- Provide any further valuable details here, feel free to leave this empty if you do not have more details or an idea how to solve it --> |
| 36 | + |
| 37 | +### Your environment |
| 38 | + |
| 39 | +**Version** |
| 40 | +- [ ] 1.0 |
| 41 | +- [ ] 1.1 |
| 42 | +- [ ] 1.2-alpha.## <!-- Add your exact version here --> |
| 43 | + |
| 44 | +**Flavor** |
| 45 | +- [ ] JavaScript |
| 46 | +- [ ] .net |
| 47 | + |
| 48 | +**System** |
| 49 | +<!-- Any details about your test environment like Browser name and version, .net version, operating system etc. --> |
0 commit comments