tachiyomi/CONTRIBUTING.md

47 lines
2.2 KiB
Markdown
Raw Normal View History

2020-12-15 21:56:16 +01:00
1. **Before reporting a new issue, take a look at the [FAQ](https://tachiyomi.org/help/faq/), the [changelog](https://github.com/tachiyomiorg/tachiyomi/releases) and the already opened [issues](https://github.com/tachiyomiorg/tachiyomi/issues).**
2. If you are unsure, ask here: [![Discord](https://img.shields.io/discord/349436576037732353.svg)](https://discord.gg/tachiyomi)
3. What is your type of issue?
* [Catalogue request](#catalogue-requests)
* [Bugs](#bugs)
* [Feature requests](#feature-requests)
2020-05-02 00:18:29 +02:00
* [Translations](https://tachiyomi.org/help/contribution/#translation)
2020-12-15 21:56:16 +01:00
4. After following 1. and 3. you can [open your issue](https://github.com/tachiyomiorg/tachiyomi/issues/new)
---
# Source requests
* Source requests should be created at https://github.com/tachiyomiorg/tachiyomi-extensions#readme, not here
2016-01-30 17:44:22 +01:00
# Bugs
2020-08-01 17:08:49 +02:00
* Include version (More > About > Version)
2016-01-30 17:44:22 +01:00
* If not latest, try updating, it may have already been solved
2020-08-01 17:08:49 +02:00
* Preview version is equal to the number of commits as seen in the main page
2016-01-30 17:44:22 +01:00
* 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)
2016-01-30 17:44:22 +01:00
* For large logs use http://pastebin.com/ (or similar)
* Don't group unrelated requests into one issue
2016-01-30 17:44:22 +01:00
2020-12-15 21:56:16 +01:00
DO: https://github.com/tachiyomiorg/tachiyomi/issues/24 https://github.com/tachiyomiorg/tachiyomi/issues/71
2016-01-30 17:44:22 +01:00
2020-12-15 21:56:16 +01:00
DON'T: https://github.com/tachiyomiorg/tachiyomi/issues/75
2016-01-30 17:44:22 +01:00
2016-01-30 17:44:22 +01:00
# Feature requests
2020-05-02 00:18:29 +02:00
* Write a detailed issue, explaining what it should do or how. Avoid writing just "like X app does"
2016-01-30 17:44:22 +01:00
* Include screenshot (if needed)
# Forks
Forks are allowed so long as they abide by [the project's LICENSE](https://github.com/tachiyomiorg/tachiyomi/blob/master/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`](https://github.com/tachiyomiorg/tachiyomi/blob/master/app/src/standard/google-services.json) with your own
- If you want to use ACRA, replace the `ACRA_URI` endpoint in [`build.gradle.kts`](https://github.com/tachiyomiorg/tachiyomi/blob/master/app/build.gradle.kts) with your own