launcher/docs/contributing.md
Luke Wass 1d793c485e
Improve documentation (#190)
* fix grammar
2025-05-29 17:16:05 +02:00

1.1 KiB

+++ weight = 40 +++

Contributing

There are several ways to contribute to this app:

  • You can add or improve translations.
    translation status

  • If you found a bug or have an idea for a new feature, you can join the chat or open an issue.

    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 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 here for instructions on how to build this project. The CI pipeline automatically creates debug builds.