|
@@ -1,6 +1,17 @@
|
|
|
+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. If you are unsure, ask here: [](https://discord.gg/WrBkRk4)
|
|
|
+3. What is your type of issue?
|
|
|
+ * [Catalogue request](#catalogue-requests)
|
|
|
+ * [Bugs](#bugs)
|
|
|
+ * [Feature requests](#feature-requests)
|
|
|
+ * [Translations](https://github.com/inorichi/tachiyomi/wiki/Translation)
|
|
|
+4. After following 1. and 3. you can [open your issue](https://github.com/inorichi/tachiyomi/issues/new)
|
|
|
+
|
|
|
+***
|
|
|
+
|
|
|
# Catalogue requests
|
|
|
|
|
|
-* Catalogue requests should be created at https://github.com/inorichi/tachiyomi-extensions/issues, not here
|
|
|
+* Catalogue requests should be created at https://github.com/inorichi/tachiyomi-extensions#readme, not here
|
|
|
|
|
|
# Bugs
|
|
|
* Include version (Setting > About > Version)
|
|
@@ -8,17 +19,9 @@
|
|
|
* Dev 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), include results and device names, OS, modifications (root, Xposed)
|
|
|
-* **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).**
|
|
|
+* If it could be device-dependent, try reproducing on another device (if possible)
|
|
|
* For large logs use http://pastebin.com/ (or similar)
|
|
|
-* For multipart issues **use list** like this:
|
|
|
- * [x] Done
|
|
|
- * [ ] Not done
|
|
|
-```
|
|
|
-* [x] Done
|
|
|
-* [ ] Not done
|
|
|
-```
|
|
|
-* Don't put together too many unrelated requests into one issue
|
|
|
+* Don't group unrelated requests into one issue
|
|
|
|
|
|
DO: https://github.com/inorichi/tachiyomi/issues/24 https://github.com/inorichi/tachiyomi/issues/71
|
|
|
|
|
@@ -28,7 +31,3 @@ DON'T: https://github.com/inorichi/tachiyomi/issues/75
|
|
|
|
|
|
* Write a detailed issue, explaning what it should do or how. Avoid writing just "like X app does"
|
|
|
* Include screenshot (if needed)
|
|
|
-
|
|
|
-# Translations
|
|
|
-
|
|
|
-[Wiki](https://github.com/inorichi/tachiyomi/wiki/Translation)
|