2024-01-15 22:31:22 +03: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 10:42:44 +03:00
2021-01-17 22:09:42 +03:00
---
2017-08-28 10:42:44 +03:00
2024-01-15 18:57:31 +03:00
Thanks for your interest in contributing to Mihon!
2017-02-12 21:31:38 +03:00
2021-01-17 22:15:36 +03:00
# Code contributions
2016-01-30 19:44:22 +03:00
2021-01-17 22:15:36 +03:00
Pull requests are welcome!
2016-01-30 19:44:22 +03:00
2024-01-15 22:31:22 +03: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 18:20:51 +03:00
You do not need to ask for permission nor an assignment.
2016-01-30 19:44:22 +03:00
2022-02-22 15:58:00 +03: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.
## Getting help
2024-01-15 18:57:31 +03:00
- Join [the Discord server ](https://discord.gg/mihon ) for online help and to ask questions while developing.
2021-01-17 22:09:42 +03:00
2021-01-17 22:15:36 +03:00
# Translations
2016-01-30 19:44:22 +03:00
2024-01-15 20:39:48 +03:00
Translations are done externally via Weblate. See [our website ](https://mihon.app/docs/contribute#translation ) for more details.
2021-01-17 22:09:42 +03:00
# Forks
2024-01-15 22:36:08 +03: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 22:09:42 +03:00
When creating a fork, remember to:
2021-01-17 22:39:21 +03:00
- To avoid confusion with the main app:
- Change the app name
- Change the app icon
2024-01-15 22:36:08 +03: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 22:39:21 +03:00
- To avoid installation conflicts:
2024-01-15 22:36:08 +03:00
- Change the `applicationId` in [`build.gradle.kts` ](https://github.com/mihonapp/mihon/blob/main/app/build.gradle.kts )
2021-01-17 22:39:21 +03:00
- To avoid having your data polluting the main app's analytics and crash report services:
2024-01-15 22:36:08 +03: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