-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7da5242
commit 7bbdfcd
Showing
503 changed files
with
15,539 additions
and
4,748 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,49 @@ | ||
--- | ||
name: 🕷 Bug report | ||
name: "\U0001F577 Bug report" | ||
about: Report a bug. | ||
title: '' | ||
labels: ":spider: type-bug" | ||
assignees: Danielku15 | ||
|
||
--- | ||
|
||
<!-- | ||
!!! The issue templates provided here are mandatory to be used !!! | ||
!!! Issues not filling out the provided structure and details !!! | ||
!!! will be closed without addressing them. It takes you 2mins !!! | ||
!!! more for us it takes a lot of time to organize and address !!! | ||
!!! clarify open points if you do not provide them !!! | ||
Additionally for bugs: | ||
- 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. | ||
- Please make sure that no other bug with the same topic exists already. Rather reopen a closed one than enter a new one. | ||
- Ensure that you are using the lastest version. | ||
❗❗ The issue templates provided here are mandatory to be used and filled out | ||
❗❗ Issues not filling out the provided structure and details will be closed | ||
--> | ||
|
||
# Your environment | ||
|
||
* Version used: (master branch) | ||
* Platform used: JavaScript or C# | ||
* Rendering engine used: SVG (default), HTML5 or GDI | ||
* Browser Name and Version: | ||
* Operating System and version (desktop or mobile): | ||
* Link to your project: | ||
|
||
|
||
# Expected Results | ||
### Expected Results | ||
<!-- Explain here what is your expected behavior of alphaTab. --> | ||
|
||
# Observed Results | ||
### Observed Results | ||
<!-- Explain here how alphaTab is behaving currently. --> | ||
|
||
# Steps to Reproduce (for bugs) | ||
### Steps to Reproduce | ||
<!-- | ||
Explain here the exact steps how to reproduce the problem. Try to provide a | ||
running sample showing the issue. If you have problem with a dedicated input file, | ||
please provide a download link or attach it to the issue. | ||
--> | ||
|
||
Link to jsFiddle, CodePen, Project etc.: | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
# Possible Solution | ||
<!-- If you already know a solution to the problem please provide it here. --> | ||
### Further details | ||
<!-- 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 --> | ||
|
||
### Your environment | ||
|
||
**Version** | ||
- [ ] 1.0 | ||
- [ ] 1.1 | ||
- [ ] 1.2-alpha.## <!-- Add your exact version here --> | ||
|
||
**Flavor** | ||
- [ ] JavaScript | ||
- [ ] .net | ||
|
||
**System** | ||
<!-- Any details about your test environment like Browser name and version, .net version, operating system etc. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Feature Request | ||
url: https://github.com/CoderLine/alphaTab/discussions?discussions_q=category%3AIdeas | ||
about: Propose your desired feature with a new discussion. | ||
- name: General Question | ||
url: https://github.com/CoderLine/alphaTab/discussions?discussions_q=category%3AQ%26A | ||
about: Ask any question about alphaTab. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
### Issues | ||
<!-- Each pull request needs to be related to an issue, mention it here below --> | ||
Fixes # | ||
|
||
### Proposed changes | ||
<!-- Describe the proposed changes --> | ||
|
||
### Checklist | ||
- [ ] I consent that this change becomes part of alphaTab under it's current or any future open source license | ||
- [ ] Changes are implemented | ||
- [ ] Existing builds tests pass | ||
- [ ] New tests were added | ||
|
||
## Further details | ||
- [ ] This is a breaking change | ||
- [ ] This change will require update of the documentation/website |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,6 @@ bin/ | |
.vs/ | ||
*.user | ||
*.tgz | ||
test-results/ | ||
test-results/ | ||
debug.log | ||
src/generated/VersionInfo.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"files.exclude": { | ||
"dist/lib.csharp/**": true, | ||
"src.csharp/**": true | ||
"src.csharp/**": true, | ||
"node_modules/**": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.