Skip to content

Commit 16b13aa

Browse files
committed
docs: Fix broken links [skip ci]
1 parent ce88c8f commit 16b13aa

File tree

5 files changed

+29
-40
lines changed

5 files changed

+29
-40
lines changed

.github/CONTRIBUTING.md

Lines changed: 17 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,25 @@
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: [![Discord](https://img.shields.io/discord/349436576037732353.svg)](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).
93
10-
***
4+
---
115

12-
# Catalogue requests
6+
Thanks for your interest in contributing to Yōkai!
137

14-
* Catalogue requests should be created at https://github.com/inorichi/tachiyomi-extensions#readme, not here
8+
# Code contributions
159

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!
2511

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.
2714

28-
DON'T: https://github.com/inorichi/tachiyomi/issues/75
15+
## Prerequisites
2916

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.
3118

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.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: 📘 Main Tachiyomi issue
4-
url: https://github.com/tachiyomiorg/tachiyomi/issues/new/choose
5-
about: Issues that exist on both this fork AND the original Tachiyomi should be opened in the tachiyomi repository instead
6-
- name: 🖥️ Tachiyomi website
7-
url: https://tachiyomi.org/help/
8-
about: Guides, troubleshooting, and answers to common questions
3+
- name: 🖥️ Mihon website
4+
url: https://mihon.app/help/
5+
about: Guides, troubleshooting, and answers to common questions

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ body:
3333
required: true
3434
- label: If this is an request for a feature in the original Tachiyomi, I am opening because multiple versions of Yōkai have been released without this feature.
3535
required: true
36-
- label: If this is an issue with an extension, or a request for an extension, I should be opening an issue in the [extensions repository](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose).
36+
- label: If this is an issue with an extension, or a request for an extension, I should be contacting the extensions repository's maintainer/support for help.
3737
required: true
3838
- label: I have updated the app to version **[1.7.11](https://github.com/null2264/yokai/releases/latest)**.
3939
required: true

.github/ISSUE_TEMPLATE/issue_report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,16 @@ body:
9494
required: true
9595
- label: I have written a short but informative title.
9696
required: true
97-
- label: If this is an issue with an extension, I should be opening an issue in the [extensions repository](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose).
97+
- label: If this is an issue with an extension, or a request for an extension, I should be contacting the extensions repository's maintainer/support for help.
9898
required: true
99-
- label: I am reporting an issue exclusive to this fork. I have also checked that is not an issue on the [main version of Tachiyomi](https://github.com/tachiyomiorg/tachiyomi)
99+
- label: I am reporting an issue exclusive to this fork. I have also checked that is not an issue on the [main version of Mihon](https://github.com/mihonapp/mihon)
100100
required: true
101-
- label: I have tried the [troubleshooting guide](https://tachiyomi.org/help/guides/troubleshooting/).
101+
- label: I have tried the [troubleshooting guide](https://mihon.app/help/).
102102
required: true
103103
- label: I have updated the app to version **[1.7.11](https://github.com/null2264/yokai/releases/latest)**.
104104
required: true
105105
- label: I have updated all installed extensions.
106106
required: true
107107
- label: I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements.
108108
- label: I have filled out all of the requested information in this form.
109-
required: true
109+
required: true

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Pull requests are welcome. For major changes, please open an issue first to disc
7676

7777
<details><summary>Issues</summary>
7878

79-
**Before reporting a new issue, take a look at the [FAQ](https://github.com/tachiyomiorg/tachiyomi/wiki/FAQ), the [changelog](https://github.com/null2264/yokai/releases) and the already opened [issues](https://github.com/null2264/yokai/issues).**
79+
**Before reporting a new issue, take a look at the [FAQ](https://mihon.app/docs/faq/general), the [changelog](https://github.com/null2264/yokai/releases) and the already opened [issues](https://github.com/null2264/yokai/issues).**
8080

8181
</details>
8282

@@ -90,8 +90,8 @@ Pull requests are welcome. For major changes, please open an issue first to disc
9090
* If it could be device-dependent, try reproducing on another device (if possible).
9191
* For large logs use [Pastebin](https://pastebin.com/) (or similar).
9292
* Don't group unrelated requests into one issue.
93-
- **DO**: [Example #1](https://github.com/tachiyomiorg/tachiyomi/issues/24), [Example #2](https://github.com/tachiyomiorg/tachiyomi/issues/71).
94-
- **DON'T**: [Example #1](https://github.com/tachiyomiorg/tachiyomi/issues/75).
93+
- **DO**: [Example #1](https://web.archive.org/web/20240117150729/https://github.com/tachiyomiorg/tachiyomi/issues/24), [Example #2](https://web.archive.org/web/20240117150735/https://github.com/tachiyomiorg/tachiyomi/issues/71).
94+
- **DON'T**: [Example #1](https://web.archive.org/web/20240117150741/https://github.com/tachiyomiorg/tachiyomi/issues/75).
9595

9696
</details>
9797

@@ -134,4 +134,4 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
134134
See the License for the specific language governing permissions and
135135
limitations under the License.
136136
</pre>
137-
</div>
137+
</div>

0 commit comments

Comments
 (0)