mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 00:15:08 +01:00
2.2 KiB
2.2 KiB
- Before reporting a new issue, take a look at the FAQ, the changelog and the already opened issues.
- If you are unsure, ask here:
- What is your type of issue?
- After following 1. and 3. you can open your issue
Source requests
- Source requests should be created at https://github.com/tachiyomiorg/tachiyomi-extensions#readme, not here
Bugs
- Include version (More > About > Version)
- If not latest, try updating, it may have already been solved
- Preview version is equal to the number of commits as seen in the main page
- Include steps to reproduce (if not obvious from description)
- Include screenshot (if needed)
- If it could be device-dependent, try reproducing on another device (if possible)
- For large logs use http://pastebin.com/ (or similar)
- Don't group unrelated requests into one issue
DO: https://github.com/tachiyomiorg/tachiyomi/issues/24 https://github.com/tachiyomiorg/tachiyomi/issues/71
DON'T: https://github.com/tachiyomiorg/tachiyomi/issues/75
Feature requests
- Write a detailed issue, explaining what it should do or how. Avoid writing just "like X app does"
- Include screenshot (if needed)
Forks
Forks are allowed so long as they abide by the project's LICENSE.
When creating a fork, remember to:
- Change the app name to avoid confusion with the main app
- Change the package name to avoid conflicting with installations of the main app
- If you want to use Firebase, replace
google-services.json
with your own - If you want to use ACRA, replace the
ACRA_URI
endpoint inbuild.gradle.kts
with your own