-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
706 changed files
with
99,942 additions
and
9,723 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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
--- | ||
|
||
**Describe the bug** | ||
|
||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
**To Reproduce** | ||
|
||
<!-- Steps to reproduce the behavior: --> | ||
|
||
**Expected behavior** | ||
|
||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
**Screenshots** | ||
|
||
<!-- If applicable, add screenshots to help explain your problem. --> | ||
|
||
**Operating system** | ||
|
||
<!-- Add the operating system you are running, e.g. Windows 10 Version 20H2, macOS 10.15.5, Ubuntu Linux 20.10. Also add where you got Jamulus from, e.g. if you downloaded it from the internet, if you got it from your Linux distribution or if you built from source. --> | ||
|
||
**Version of Jamulus** | ||
|
||
<!-- Get this from the Help > About menu or from the `Jamulus --version` command line --> | ||
|
||
**Additional context** | ||
|
||
<!-- Add any other context about the problem here. --> |
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 @@ | ||
contact_links: | ||
- name: Support Request or Question | ||
url: https://github.com/jamulussoftware/jamulus/discussions/new | ||
about: Please ask questions by opening a new Discussion. | ||
|
||
- name: Idea/Feature Request | ||
url: https://github.com/jamulussoftware/jamulus/discussions/new | ||
about: Please open a Discussion if you have ideas for new features or functions. |
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,24 @@ | ||
--- | ||
name: Specified Feature | ||
about: Agreed specification for a feature or enhancement | ||
title: '' | ||
labels: 'feature request' | ||
assignees: '' | ||
--- | ||
|
||
**What is the current behaviour and why should it be changed?** | ||
|
||
<!-- Please give a precise description of the status quo and why this is not optimal. --> | ||
|
||
**Describe possible approaches** | ||
|
||
<!-- | ||
List possible approaches with pros and cons, reference any relevant discussion threads if possible, and consider tagging the main participants. | ||
Please note the contribution guidelines (https://github.com/jamulussoftware/jamulus/blob/main/CONTRIBUTING.md), especially the part about "keeping it simple and stupid". | ||
--> | ||
|
||
<!-- Describe the solution you'd like --> | ||
|
||
**Has this feature been discussed and generally agreed?** | ||
|
||
<!-- Don't worry about requesting something that hasn't been discussed - we'll just move it to Discussion if we think it's unclear. But ideally, issues should have an agreed, clear specification such that anyone could action it without much help. --> |
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,10 @@ | ||
# Scripts for building Jamulus via GitHub Actions | ||
|
||
The scripts in this folder are used by the Github autobuild actions in .github/workflows/autobuild.yml. | ||
They are responsible for setting up the Github environment, building the binaries and passing the resulting artifacts back to the workflow. | ||
|
||
The scripts may work outside of Github, but haven't been designed or tested for that use case. | ||
Some of the scripts modify global system settings, install software or create files in directories which are usually managed by package managers. | ||
In short: They should probably only used in throw-away environments. | ||
|
||
See the various platform-specific build scripts in their own folders for standalone builds (e.g. windows/deploy_windows.ps1). |
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.