From 21792b0d20870eedb507673eeecc7671763d620f Mon Sep 17 00:00:00 2001 From: "Mio." Date: Sat, 28 Jun 2025 21:49:19 +0200 Subject: [PATCH 1/4] Fix broken button --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b253c26..afb6507b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Current Version - Install Kavita Repo + Install Kavita Repo

@@ -23,7 +23,7 @@ This repository contains the Kavita extension, compatible with [Komikku](https:/ ## How to add the repo - Install Kavita Repo + Install Kavita Repo Or copy & paste this URL into your app: From eb600ecea3eea4fb07fe1d115c4ac06c09db57e0 Mon Sep 17 00:00:00 2001 From: "Mio." Date: Sat, 28 Jun 2025 21:54:49 +0200 Subject: [PATCH 2/4] removed useless action + PR template --- .github/workflows/codeberg_mirror.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/codeberg_mirror.yml diff --git a/.github/workflows/codeberg_mirror.yml b/.github/workflows/codeberg_mirror.yml deleted file mode 100644 index 25507e00..00000000 --- a/.github/workflows/codeberg_mirror.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Sync repo to the Codeberg mirror -name: Mirror Sync - -on: - push: - branches: [ "master" ] - workflow_dispatch: # Manual dispatch - schedule: - - cron: "0 */8 * * *" - -jobs: - codeberg: - if: github.repository == 'yuzono/tachiyomi-extensions' - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - with: - fetch-depth: 0 - - uses: pixta-dev/repository-mirroring-action@674e65a7d483ca28dafaacba0d07351bdcc8bd75 # v1.1.1 - with: - target_repo_url: "git@codeberg.org:cuong-tran/komikku-extensions.git" - ssh_private_key: ${{ secrets.CODEBERG_SSH }} From f8428b839d5cc691d61951b0c6f7911e784a8b19 Mon Sep 17 00:00:00 2001 From: "Mio." Date: Sat, 28 Jun 2025 21:56:07 +0200 Subject: [PATCH 3/4] PR template --- .github/pull_request_template.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e0276c30..27acbc7b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,6 @@ Checklist: -- [ ] Updated `extVersionCode` value in `build.gradle` for individual extensions -- [ ] Updated `overrideVersionCode` or `baseVersionCode` as needed for all multisrc extensions +- [ ] Updated `extVersionCode` value in `build.gradle` - [ ] Referenced all related issues in the PR body (e.g. "Closes #xyz") -- [ ] Added the `isNsfw = true` flag in `build.gradle` when appropriate - [ ] Have not changed source names -- [ ] Have explicitly kept the `id` if a source's name or language were changed - [ ] Have tested the modifications by compiling and running the extension through Android Studio -- [ ] Have removed `web_hi_res_512.png` when adding a new extension From 11a32fd35badaf1ee426a5510121112ed50e6bfc Mon Sep 17 00:00:00 2001 From: "Mio." Date: Sat, 28 Jun 2025 22:04:44 +0200 Subject: [PATCH 4/4] Template changes --- .github/ISSUE_TEMPLATE.md | 19 +++++++++---------- README.md | 4 ++-- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 0b4b7005..58bcbb75 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,31 +2,30 @@ I acknowledge that: -- I have updated to the latest version of the app (stable is v0.15.1) -- I have updated all extensions -- If this is an issue with the app itself, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi +- I have updated to the latest version of the extension +- If this is an issue with the app itself, that I should be opening an issue in https://github.com/mihonapp/mihon - I have searched the existing issues for duplicates - **DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT** --- ## Device information -* Tachiyomi version: ? -* Android version: ? -* Device: ? -## Source information -* Source name: ? -* Source extension version: ? +- Mihon or Fork: (add which one) +- Mihon/Fork version: ? +- Android version: ? +- Device: ? ## Steps to reproduce + 1. First step 2. Second step ## Issue/Request + ? ## Other details + Additional details and attachments. diff --git a/README.md b/README.md index afb6507b..68ed87dd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

+ - Build Status - +Build Status Current Version