mirror of
https://github.com/nodiscc/awesome-linuxaudio.git
synced 2026-05-01 15:37:35 -05:00
15 lines
1016 B
Markdown
15 lines
1016 B
Markdown
## CONTRIBUTING
|
|
|
|
- Check existing [issue reports](https://gitlab.com/nodiscc/awesome-linuxaudio/issues), or report new ones.
|
|
- To add new software, please [edit the README file](https://gitlab.com/nodiscc/awesome-linuxaudio/-/edit/master/README.md) (using the [Markdown](https://docs.gitlab.com/ee/user/markdown.html) syntax) and [send your patch as a Merge Request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html).
|
|
- Please use the following syntax when adding new software to the list:
|
|
|
|
```
|
|
* [projectname](https://www.project.homepage/) - Short project description, less than 250 characters ([◼](https://packages.debian.org/sid/projectname)) `▒` `©`
|
|
```
|
|
|
|
- The link to the Debian package page is optional.
|
|
- The `▒` symbol is only required if the package is available in [KXStudio repositories](https://kxstudio.linuxaudio.org/Repositories)
|
|
- The `©` symbol is only required if the software is not [Free/Libre Software](https://en.wikipedia.org/wiki/Free_software).
|
|
|