Merge pull request #18 from dear-clouds/master
Fix broken button & template changes
This commit is contained in:
19
.github/ISSUE_TEMPLATE.md
vendored
19
.github/ISSUE_TEMPLATE.md
vendored
@@ -2,31 +2,30 @@
|
|||||||
|
|
||||||
I acknowledge that:
|
I acknowledge that:
|
||||||
|
|
||||||
- I have updated to the latest version of the app (stable is v0.15.1)
|
- I have updated to the latest version of the extension
|
||||||
- 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/mihonapp/mihon
|
||||||
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi
|
|
||||||
- I have searched the existing issues for duplicates
|
- I have searched the existing issues for duplicates
|
||||||
|
|
||||||
|
|
||||||
**DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT**
|
**DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT**
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Device information
|
## Device information
|
||||||
* Tachiyomi version: ?
|
|
||||||
* Android version: ?
|
|
||||||
* Device: ?
|
|
||||||
|
|
||||||
## Source information
|
- Mihon or Fork: (add which one)
|
||||||
* Source name: ?
|
- Mihon/Fork version: ?
|
||||||
* Source extension version: ?
|
- Android version: ?
|
||||||
|
- Device: ?
|
||||||
|
|
||||||
## Steps to reproduce
|
## Steps to reproduce
|
||||||
|
|
||||||
1. First step
|
1. First step
|
||||||
2. Second step
|
2. Second step
|
||||||
|
|
||||||
## Issue/Request
|
## Issue/Request
|
||||||
|
|
||||||
?
|
?
|
||||||
|
|
||||||
## Other details
|
## Other details
|
||||||
|
|
||||||
Additional details and attachments.
|
Additional details and attachments.
|
||||||
|
|||||||
6
.github/pull_request_template.md
vendored
6
.github/pull_request_template.md
vendored
@@ -1,10 +1,6 @@
|
|||||||
Checklist:
|
Checklist:
|
||||||
|
|
||||||
- [ ] Updated `extVersionCode` value in `build.gradle` for individual extensions
|
- [ ] Updated `extVersionCode` value in `build.gradle`
|
||||||
- [ ] Updated `overrideVersionCode` or `baseVersionCode` as needed for all multisrc extensions
|
|
||||||
- [ ] Referenced all related issues in the PR body (e.g. "Closes #xyz")
|
- [ ] 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 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 tested the modifications by compiling and running the extension through Android Studio
|
||||||
- [ ] Have removed `web_hi_res_512.png` when adding a new extension
|
|
||||||
|
|||||||
22
.github/workflows/codeberg_mirror.yml
vendored
22
.github/workflows/codeberg_mirror.yml
vendored
@@ -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 }}
|
|
||||||
Reference in New Issue
Block a user