Fix
This commit is contained in:
parent
6a35358895
commit
16907d4592
3 changed files with 4 additions and 4 deletions
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: ⚠️ Application issue
|
||||
url: https://github.com/kodjodevf/mangayomi/issues/new
|
||||
url: https://github.com/kodjodevf/mangayomi/issues/new/choose
|
||||
about: Issues and requests about the app itself should be opened in the mangayomi repository instead
|
||||
- name: Mangayomi app GitHub repository
|
||||
url: https://github.com/kodjodevf/mangayomi
|
||||
|
|
|
|||
4
.github/ISSUE_TEMPLATE/report_issue.yml
vendored
4
.github/ISSUE_TEMPLATE/report_issue.yml
vendored
|
|
@ -73,7 +73,7 @@ body:
|
|||
label: Device
|
||||
description: List your device, model and the OS version.
|
||||
placeholder: |
|
||||
Example: "Google Pixel 5 android 11"
|
||||
Example: "Google Pixel 5 Android 11"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
|
@ -96,5 +96,5 @@ body:
|
|||
required: true
|
||||
- label: I have updated all installed extensions.
|
||||
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/kodjodevf/mangayomi/issues/new).
|
||||
- label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/kodjodevf/mangayomi/issues/new/choose).
|
||||
required: true
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/request_feature.yml
vendored
2
.github/ISSUE_TEMPLATE/request_feature.yml
vendored
|
|
@ -51,5 +51,5 @@ body:
|
|||
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/kodjodevf/mangayomi/issues/new).
|
||||
- label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/kodjodevf/mangayomi/issues/new/choose).
|
||||
required: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue