Skip to content

Commit

Permalink
merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
jmir1 committed Aug 6, 2022
1 parent bd076c3 commit 0f7df7a
Show file tree
Hide file tree
Showing 59 changed files with 1,376 additions and 662 deletions.
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

I acknowledge that:

- I have updated to the latest version of the app (stable is v0.10.12)
- I have updated to the latest version of the app (stable is v0.12.3.7)
- 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/jmir1/aniyomi
- I have searched the existing issues for duplicates
- For source requests, I have checked the list of existing extensions including the multi-source spreadsheet: https://tachiyomi.org/extensions/
- For source requests, I have checked the list of existing extensions including the multi-source spreadsheet: https://aniyomi.jmir.xyz/extensions/

**DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT**

---

## Device information
* Tachiyomi version: ?
* Aniyomi version: ?
* Android version: ?
* Device: ?

Expand Down
20 changes: 10 additions & 10 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
blank_issues_enabled: false
contact_links:
- name: Extensions list
url: https://tachiyomi.org/extensions
about: List of all available extensions with download links.
- name: Multi-source extensions spreadsheet
url: https://tachiyomi.org/extensions-spreadsheet
about: The sources inside multi-source extensions can be found in this spreadsheet.
- name: Tachiyomi help website
url: https://tachiyomi.org/help/
- name: ⚠️ Application issue
url: https://github.com/jmir1/aniyomi/issues/new/choose
about: Issues and requests about the app itself should be opened in the tachiyomi repository instead
- name: 📦 Aniyomi extensions
url: https://aniyomi.jmir.xyz/extensions
about: List of all available extensions with download links
- name: 🖥️ Aniyomi website
url: https://aniyomi.jmir.xyz/help/
about: Common questions are answered here.
- name: Tachiyomi app GitHub repository
- name: Aniyomi app GitHub repository
url: https://github.com/jmir1/aniyomi
about: Issues about the app itself should be opened here instead.
about: Issues about the app itself should be opened here instead.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ I acknowledge that:
- I have updated:
- To the latest version of the app (stable is v0.10.12)
- All extensions
- I have tried the troubleshooting guide: https://tachiyomi.org/help/guides/troubleshooting-problems/
- I have tried the troubleshooting guide: https://aniyomi.jmir.xyz/help/guides/troubleshooting-problems/
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/jmir1/aniyomi
- I have searched the existing issues and this is new ticket **NOT** a duplicate or related to another open issue
- For source requests, I have checked the list of existing extensions including the multi-source spreadsheet: https://tachiyomi.org/extensions/
- For source requests, I have checked the list of existing extensions including the multi-source spreadsheet: https://aniyomi.jmir.xyz/extensions/
- I will fill out the title and the information in this template

Note that the issue will be automatically closed if you do not fill out the title or requested information.
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/meta_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ I acknowledge that:
- I have updated:
- To the latest version of the app (stable is v0.10.12)
- All extensions
- I have tried the troubleshooting guide: https://tachiyomi.org/help/guides/troubleshooting-problems/
- I have tried the troubleshooting guide: https://aniyomi.jmir.xyz/help/guides/troubleshooting-problems/
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/jmir1/aniyomi
- I have searched the existing issues and this is new ticket **NOT** a duplicate or related to another open issue
- For source requests, I have checked the list of existing extensions including the multi-source spreadsheet: https://tachiyomi.org/extensions/
- For source requests, I have checked the list of existing extensions including the multi-source spreadsheet: https://aniyomi.jmir.xyz/extensions/
- I will fill out the title and the information in this template

Note that the issue will be automatically closed if you do not fill out the title or requested information.
Expand Down
98 changes: 98 additions & 0 deletions .github/ISSUE_TEMPLATE/report_issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
name: 🐞 Issue report
description: Report a source issue in Aniyomi
labels: [Bug]
body:

- type: input
id: source
attributes:
label: Source information and language
description: |
You can find the extension name and version in **Browse → Extensions**.
placeholder: |
Example: "Mangahere 1.3.18 (English)"
validations:
required: true

- type: textarea
id: reproduce-steps
attributes:
label: Steps to reproduce
description: Provide an example of the issue.
placeholder: |
Example:
1. First step
2. Second step
3. Issue here
validations:
required: true

- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
placeholder: |
Example:
"This should happen..."
validations:
required: true

- type: textarea
id: actual-behavior
attributes:
label: Actual behavior
placeholder: |
Example:
"This happened instead..."
validations:
required: true

- type: input
id: tachiyomi-version
attributes:
label: Aniyomi version
description: |
You can find your Aniyomi version in **More → About**.
placeholder: |
Example: "0.13.5"
validations:
required: true

- type: input
id: android-version
attributes:
label: Android version
description: |
You can find this somewhere in your Android settings.
placeholder: |
Example: "Android 11"
validations:
required: true

- type: textarea
id: other-details
attributes:
label: Other details
placeholder: |
Additional details and attachments.
- type: checkboxes
id: acknowledgements
attributes:
label: Acknowledgements
description: Your issue will be closed if you haven't done these steps.
options:
- label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue.
required: true
- label: I have written a short but informative title.
required: true
- label: I have updated the app to version **[0.13.5](https://github.com/jmir1/aniyomi/releases/latest)**.
required: true
- label: I have updated all installed extensions.
required: true
- label: I have tried the [troubleshooting guide](https://aniyomi.jmir.xyz/help/guides/troubleshooting/).
required: true
- label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/jmir1/aniyomi/issues/new/choose).
required: true
- label: I will fill out all of the requested information in this form.
required: true
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/request_feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: ⭐ Feature request
description: Suggest a feature to improve a source
labels: [Feature request]
body:

- type: input
id: source
attributes:
label: Source name and language
description: |
You can find the extension name in **Browse → Extensions**.
placeholder: |
Example: "Mangahere (English)"
validations:
required: true

- type: textarea
id: feature-description
attributes:
label: Describe your suggested feature
description: How can an existing extension be improved?
placeholder: |
Example:
"It should work like this..."
validations:
required: true

- type: textarea
id: other-details
attributes:
label: Other details
placeholder: |
Additional details and attachments.
- type: checkboxes
id: acknowledgements
attributes:
label: Acknowledgements
description: Your issue will be closed if you haven't done these steps.
options:
- label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue.
required: true
- label: I have written a short but informative title.
required: true
- label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/jmir1/aniyomi/issues/new/choose).
required: true
- label: I have updated the app to version **[0.13.5](https://github.com/jmir1/aniyomi/releases/latest)**.
required: true
- label: I will fill out all of the requested information in this form.
required: true
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/request_meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: 🧠 Meta feature request
description: Suggest improvements to the project
labels: [Meta request]
body:

- type: textarea
id: feature-description
attributes:
label: Describe why this should be added
description: How can the project be improved?
placeholder: |
Example:
"It should work like this..."
validations:
required: true

- type: textarea
id: other-details
attributes:
label: Other details
placeholder: |
Additional details and attachments.
- type: checkboxes
id: acknowledgements
attributes:
label: Acknowledgements
description: Your issue will be closed if you haven't done these steps.
options:
- label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue.
required: true
- label: I have written a short but informative title.
required: true
- label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/jmir1/aniyomi/issues/new/choose).
required: true
- label: I have updated the app to version **[0.13.5](https://github.com/jmir1/aniyomi/releases/latest)**.
required: true
- label: I have updated all installed extensions.
required: true
- label: I will fill out all of the requested information in this form.
required: true
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/request_removal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: 🗑 Source removal request
description: Scanlators can request their site to be removed
labels: [Meta request]
body:

- type: input
id: link
attributes:
label: Source link
placeholder: |
Example: "https://notrealscans.org"
validations:
required: true

- type: textarea
id: other-details
attributes:
label: Other details
placeholder: |
Additional details and attachments.
- type: checkboxes
id: requirements
attributes:
label: Requirements
description: Your request will be denied if you don't meet these requirements.
options:
- label: Proof of ownership/intent to remove sent to a Aniyomi Discord server mod via DM
required: true
- label: Site only hosts content scanlated by the group and not stolen from other scanlators or official releases (i.e., not an aggregator site)
required: true
- label: Site is not infested with user-hostile features (e.g., invasive or malicious ads)
required: true
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/request_source.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: 🌐 Source request
description: Suggest a new source for Aniyomi
labels: [Source request]
body:

- type: input
id: name
attributes:
label: Source name
placeholder: |
Example: "Not Real Scans"
validations:
required: true

- type: input
id: link
attributes:
label: Source link
placeholder: |
Example: "https://notrealscans.org"
validations:
required: true

- type: input
id: language
attributes:
label: Language
placeholder: |
Example: "English"
validations:
required: true

- type: textarea
id: other-details
attributes:
label: Other details
placeholder: |
Additional details and attachments.
- type: checkboxes
id: acknowledgements
attributes:
label: Acknowledgements
description: Your issue will be closed if you haven't done these steps.
options:
- label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue.
required: true
- label: I have written a title with source name.
required: true
- label: I have checked that the extension does not already exist on the [website extensions list](https://aniyomi.jmir.xyz/extensions/) or the app.
required: true
- label: I have checked that the extension does not already exist by searching the [GitHub repository](https://github.com/jmir1/aniyomi-extensions/) and verified it does not appear in the code base.
required: true
- label: I will fill out all of the requested information in this form.
required: true
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/source_bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ I acknowledge that:
- I have updated:
- To the latest version of the app (stable is v0.10.12)
- All extensions
- I have tried the troubleshooting guide: https://tachiyomi.org/help/guides/troubleshooting-problems/
- I have tried the troubleshooting guide: https://aniyomi.jmir.xyz/help/guides/troubleshooting-problems/
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/jmir1/aniyomi
- I have searched the existing issues and this is new ticket **NOT** a duplicate or related to another open issue
- For source requests, I have checked the list of existing extensions including the multi-source spreadsheet: https://tachiyomi.org/extensions/
- For source requests, I have checked the list of existing extensions including the multi-source spreadsheet: https://aniyomi.jmir.xyz/extensions/
- I will fill out the title and the information in this template

Note that the issue will be automatically closed if you do not fill out the title or requested information.
Expand All @@ -25,7 +25,7 @@ Note that the issue will be automatically closed if you do not fill out the titl
---

## Device information
- Tachiyomi version: ?
- Aniyomi version: ?
- Android version: ?

## Source information
Expand Down
Loading

0 comments on commit 0f7df7a

Please sign in to comment.