|
1 | | -1. **Before reporting a new issue, take a look at the [FAQ](https://github.com/inorichi/tachiyomi/wiki/FAQ), the [changelog](https://github.com/inorichi/tachiyomi/releases) and the already opened [issues](https://github.com/inorichi/tachiyomi/issues).** |
2 | | -2. If you are unsure, ask here: [](https://discord.gg/tachiyomi) |
3 | | -3. What is your type of issue? |
4 | | - * [Catalogue request](#catalogue-requests) |
5 | | - * [Bugs](#bugs) |
6 | | - * [Feature requests](#feature-requests) |
7 | | - * [Translations](https://github.com/inorichi/tachiyomi/wiki/Translation) |
8 | | -4. After following 1. and 3. you can [open your issue](https://github.com/inorichi/tachiyomi/issues/new) |
| 1 | +> [!IMPORTANT] |
| 2 | +> Looking to report an issue/bug or make a feature request? Please refer to the [README file](https://github.com/null2264/yokai#contributing). |
9 | 3 |
|
10 | | -*** |
| 4 | +--- |
11 | 5 |
|
12 | | -# Catalogue requests |
| 6 | +Thanks for your interest in contributing to Yōkai! |
13 | 7 |
|
14 | | -* Catalogue requests should be created at https://github.com/inorichi/tachiyomi-extensions#readme, not here |
| 8 | +# Code contributions |
15 | 9 |
|
16 | | -# Bugs |
17 | | -* Include version (Setting > About > Version) |
18 | | - * If not latest, try updating, it may have already been solved |
19 | | - * Dev version is equal to the number of commits as seen in the main page |
20 | | -* Include steps to reproduce (if not obvious from description) |
21 | | -* Include screenshot (if needed) |
22 | | -* If it could be device-dependent, try reproducing on another device (if possible) |
23 | | -* For large logs use http://pastebin.com/ (or similar) |
24 | | -* Don't group unrelated requests into one issue |
| 10 | +Pull requests are welcome! |
25 | 11 |
|
26 | | -DO: https://github.com/inorichi/tachiyomi/issues/24 https://github.com/inorichi/tachiyomi/issues/71 |
| 12 | +If you're interested in taking on [an open issue](https://github.com/null2264/yokai/issues), please comment on it so others are aware. |
| 13 | +You do not need to ask for permission nor an assignment. |
27 | 14 |
|
28 | | -DON'T: https://github.com/inorichi/tachiyomi/issues/75 |
| 15 | +## Prerequisites |
29 | 16 |
|
30 | | -# Feature requests |
| 17 | +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. |
31 | 18 |
|
32 | | -* Write a detailed issue, explaning what it should do or how. Avoid writing just "like X app does" |
33 | | -* Include screenshot (if needed) |
| 19 | +- Basic [Android development](https://developer.android.com/) |
| 20 | +- [Kotlin](https://kotlinlang.org/) |
| 21 | + |
| 22 | +### Tools |
| 23 | + |
| 24 | +- [Android Studio](https://developer.android.com/studio) |
| 25 | +- Emulator or phone with developer options enabled to test changes. |
0 commit comments