2024-01-15 20:31:22 +01:00
Looking to report an issue/bug or make a feature request? Please refer to the [README file ](https://github.com/mihonapp/mihon#issues-feature-requests-and-contributing ).
2017-08-28 09:42:44 +02:00
2021-01-17 20:09:42 +01:00
---
2017-08-28 09:42:44 +02:00
2024-01-15 16:57:31 +01:00
Thanks for your interest in contributing to Mihon!
2017-02-12 19:31:38 +01:00
2021-01-17 20:15:36 +01:00
# Code contributions
2016-01-30 17:44:22 +01:00
2021-01-17 20:15:36 +01:00
Pull requests are welcome!
2016-01-30 17:44:22 +01:00
2024-01-15 20:31:22 +01:00
If you're interested in taking on [an open issue ](https://github.com/mihonapp/mihon/issues ), please comment on it so others are aware.
2022-01-28 16:20:51 +01:00
You do not need to ask for permission nor an assignment.
2016-01-30 17:44:22 +01:00
2022-02-22 13:58:00 +01:00
## Prerequisites
Before you start, please note that the ability to use following technologies is **required** and that existing contributors will not actively teach them to you.
- Basic [Android development ](https://developer.android.com/ )
- [Kotlin ](https://kotlinlang.org/ )
### Tools
- [Android Studio ](https://developer.android.com/studio )
- Emulator or phone with developer options enabled to test changes.
2023-10-14 17:09:11 +02:00
## Linting
To auto-fix some linting errors, run the `ktlintFormat` Gradle task.
2022-02-22 13:58:00 +01:00
## Getting help
2024-01-15 16:57:31 +01:00
- Join [the Discord server ](https://discord.gg/mihon ) for online help and to ask questions while developing.
2021-01-17 20:09:42 +01:00
2021-01-17 20:15:36 +01:00
# Translations
2016-01-30 17:44:22 +01:00
2024-01-15 18:39:48 +01:00
Translations are done externally via Weblate. See [our website ](https://mihon.app/docs/contribute#translation ) for more details.
2021-01-17 20:09:42 +01:00
# Forks
2024-01-15 20:36:08 +01:00
Forks are allowed so long as they abide by [the project's LICENSE ](https://github.com/mihonapp/mihon/blob/main/LICENSE ).
2021-01-17 20:09:42 +01:00
When creating a fork, remember to:
2021-01-17 20:39:21 +01:00
- To avoid confusion with the main app:
- Change the app name
- Change the app icon
2024-01-15 20:36:08 +01:00
- Change or disable the [app update checker ](https://github.com/mihonapp/mihon/blob/main/app/src/main/java/eu/kanade/tachiyomi/data/updater/AppUpdateChecker.kt )
2021-01-17 20:39:21 +01:00
- To avoid installation conflicts:
2024-01-15 20:36:08 +01:00
- Change the `applicationId` in [`build.gradle.kts` ](https://github.com/mihonapp/mihon/blob/main/app/build.gradle.kts )
2021-01-17 20:39:21 +01:00
- To avoid having your data polluting the main app's analytics and crash report services:
2024-01-15 20:36:08 +01:00
- If you want to use Firebase analytics, replace [`google-services.json` ](https://github.com/mihonapp/mihon/blob/main/app/src/standard/google-services.json ) with your own