mirror of
https://github.com/jrpie/Launcher.git
synced 2025-05-10 12:34:17 +02:00
24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
# Contributing
|
|
|
|
There are several ways to contribute to this app:
|
|
* You can add or improve [translations][toolate].
|
|
<br><img src="https://toolate.othing.xyz/widget/jrpie-launcher/launcher/horizontal-auto.svg" alt="translation status">
|
|
* If you found a bug or have an idea for a new feature you can [join the chat][chat] or open an [issue][issues].
|
|
|
|
> Please note that I work on this project in my free time. Thus I might not respond immediately and not all ideas will be implemented.
|
|
|
|
* You can implement a new feature yourself:
|
|
- Create a [fork][fork] of this repository.
|
|
- Create a new branch named `feature/<your feature>` or `fix/<your fix>` and commit your changes.
|
|
- Open a new pull request.
|
|
|
|
|
|
See [build.md](build.md) for instructions how to build this project.
|
|
The [CI pipeline](https://github.com/jrpie/Launcher/actions) automatically creates debug builds.
|
|
|
|
|
|
---
|
|
[fork]: https://github.com/jrpie/Launcher/fork/
|
|
[issues]: https://github.com/jrpie/Launcher/issues/
|
|
[chat]: https://s.jrpie.de/launcher-chat
|
|
[toolate]: https://toolate.othing.xyz/projects/jrpie-launcher/
|