mirror of
https://github.com/jrpie/Launcher.git
synced 2025-05-10 12:34:17 +02:00
improved documentation
This commit is contained in:
parent
6d271970fe
commit
49785e66f2
12 changed files with 173 additions and 101 deletions
24
docs/contributing.md
Normal file
24
docs/contributing.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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/
|
Loading…
Add table
Add a link
Reference in a new issue