forked from audacity/audacity
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
6,511 changed files
with
1,345,677 additions
and
2,224,550 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# https://EditorConfig.org | ||
|
||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 3 | ||
charset = "utf-8" | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[Makefile] | ||
indent_style = tab | ||
|
||
[*.{yml,yaml}] | ||
indent_style = space | ||
indent_size = 2 | ||
|
||
[*.py] | ||
indent_size = 4 | ||
|
||
[*.json] | ||
insert_final_newline = unset | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false | ||
|
||
[*.sh] | ||
end_of_line = lf | ||
indent_size = 4 | ||
|
||
[*.{bat,ps1}] | ||
end_of_line = crlf | ||
ident_size = 4 |
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,74 @@ | ||
name: Bug report | ||
description: File a bug report | ||
labels: ["bug"] | ||
body: | ||
- type: textarea | ||
id: desc | ||
attributes: | ||
label: Bug description | ||
description: A more detailled description of the bug | ||
placeholder: Context for the bug that didn't fit in the title | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: str | ||
attributes: | ||
label: Steps to reproduce | ||
description: Please provide step-by-step instructions to reproduce this bug | ||
placeholder: | | ||
1. go to ... | ||
2. then click on ... | ||
3. then ... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Expected behavior | ||
description: What should happen when you do these things? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: actual | ||
attributes: | ||
label: Actual behavior | ||
description: What are you actually seeing? | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: version | ||
attributes: | ||
label: Audacity Version | ||
description: What version of Audacity are you running? | ||
options: | ||
- current master / alpha / nightly build | ||
- latest beta | ||
- latest stable version (from audacityteam.org/download) | ||
- stable version (from a Linux repository) | ||
- other | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: os | ||
attributes: | ||
label: Operating system | ||
description: What OS does this bug occur on? | ||
multiple: true | ||
options: | ||
- Windows | ||
- macOS | ||
- Linux | ||
- Other | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: Further information which may be relevant to this bug | ||
placeholder: Sound card, Screenshots, commit ID, related bugs, ... | ||
- type: markdown | ||
attributes: | ||
value: > | ||
Please note that Audacity is currently undergoing major restructuring. See the [Roadmap](https://github.com/audacity/audacity/wiki/Roadmap) | ||
for further info. Bug fixes may be delayed or postponed significantly. |
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: Help forum | ||
url: https://forum.audacityteam.org | ||
about: Please ask questions here. | ||
- name: Additional help resources | ||
url: https://www.audacityteam.org/help/ | ||
about: Manual, help pages, FAQs etc. |
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,37 @@ | ||
name: Enhancement request | ||
description: Request an existing feature to be made better, or a new feature | ||
labels: ["Enhancement Request"] | ||
body: | ||
- type: textarea | ||
id: idea | ||
attributes: | ||
label: Your idea | ||
description: Describe your idea in a few sentences. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: whatfor | ||
attributes: | ||
label: Problem to be solved | ||
description: What problem would your idea solve? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: other | ||
attributes: | ||
label: Prior art | ||
description: Have you run into this problem with other apps? How did they solve it? You can paste screenshots. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: Anything else of note | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: > | ||
Please note that Audacity is currently undergoing major restructuring. See the [Roadmap](https://github.com/audacity/audacity/wiki/Roadmap) | ||
for further info. Features outside the roadmap may be delayed or postponed significantly. |
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,117 @@ | ||
name: Plugin issue | ||
description: Report problems or crashes with a plugin | ||
title: "[Plugin issue] " | ||
labels: ["bug", "plugins"] | ||
body: | ||
- type: input | ||
id: plugin | ||
attributes: | ||
label: Plugin | ||
description: What is the name of the plugin? | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: pluginfmt | ||
attributes: | ||
label: Plugin Format | ||
description: If the plugin is available in multiple formats, tell us the version you're using. | ||
options: | ||
- VST3 | ||
- VST2 | ||
- LV2 | ||
- LADSPA | ||
- Audio Unit | ||
- Nyquist | ||
- Vamp | ||
- Other | ||
validations: | ||
required: true | ||
- type: input | ||
id: pluginsrc | ||
attributes: | ||
label: Plugin source | ||
description: Where did you get your plugin from? | ||
placeholder: https://example.com | ||
- type: textarea | ||
id: desc | ||
attributes: | ||
label: Bug description | ||
description: A more detailled description of the bug | ||
placeholder: Context for the bug that didn't fit in the title | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: str | ||
attributes: | ||
label: Steps to reproduce | ||
description: Please provide step-by-step instructions to reproduce this bug | ||
placeholder: | | ||
1. go to ... | ||
2. then click on ... | ||
3. then ... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Expected behavior | ||
description: What should happen when you do these things? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: actual | ||
attributes: | ||
label: Actual behavior | ||
description: What are you actually seeing? | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: version | ||
attributes: | ||
label: Audacity Version | ||
description: What version of Audacity are you running? | ||
options: | ||
- current master / alpha / nightly build | ||
- latest beta | ||
- latest stable version (from audacityteam.org/download) | ||
- stable version (from a Linux repository) | ||
- other | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: os | ||
attributes: | ||
label: Operating system | ||
description: What OS does this bug occur on? | ||
multiple: true | ||
options: | ||
- Windows | ||
- macOS | ||
- Linux | ||
- Other | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: arch | ||
attributes: | ||
label: Architecture | ||
description: What architecture are you running on? | ||
multiple: true | ||
options: | ||
- 64 bit Intel/AMD processors | ||
- 32 bit Intel/AMD processors | ||
- Apple Silicon (M1, M2, ...) | ||
- Other | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: Further information which may be relevant to this bug | ||
placeholder: Sound card, commit ID, Screenshots, trial vs paid version, etc. | ||
- type: markdown | ||
attributes: | ||
value: > | ||
Please note that Audacity is currently undergoing major restructuring. See the [Roadmap](https://github.com/audacity/audacity/wiki/Roadmap) | ||
for further info. Bug fixes may be delayed or postponed significantly. |
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,14 @@ | ||
Resolves: *(direct link to the issue)* | ||
|
||
*(short description of the changes and the motivation to make the changes)* | ||
|
||
<!-- Use "x" to fill the checkboxes below like [x] --> | ||
|
||
- [ ] I signed [CLA](https://www.audacityteam.org/cla/) | ||
- [ ] The title of the pull request describes an issue it addresses | ||
- [ ] If changes are extensive, then there is a sequence of easily reviewable commits | ||
- [ ] Each commit's message describes its purpose and effects | ||
- [ ] There are no behavior changes unnecessary for the stated purpose of the PR | ||
|
||
Recommended: | ||
- [ ] Each commit compiles and runs on my machine without known undesirable changes of behavior |
Oops, something went wrong.