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/.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 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 }} diff --git a/README.md b/README.md index 2b253c26..68ed87dd 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@
@@ -23,7 +23,7 @@ This repository contains the Kavita extension, compatible with [Komikku](https:/ ## How to add the repo -