Create parity with main repo issues (#7914)
* [skip ci] Rename issue/bug to just issue Also changes the file naming scheme of the issue forms. * [skip ci] Tweak issue overview * [skip ci] Change website icon * [skip ci] Remove punctuation from external links Now matches with the issue form templates
This commit is contained in:
parent
198ab904e8
commit
3a3962e0b3
|
@ -1,11 +1,11 @@
|
||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: ⚠️ Tachiyomi app issue
|
- name: ⚠️ Application issue
|
||||||
url: https://github.com/tachiyomiorg/tachiyomi/issues/new/choose
|
url: https://github.com/tachiyomiorg/tachiyomi/issues/new/choose
|
||||||
about: Issues and requests about the app itself should be opened in the tachiyomi repository instead.
|
about: Issues and requests about the app itself should be opened in the tachiyomi repository instead
|
||||||
- name: 📦 Tachiyomi extensions
|
- name: 📦 Tachiyomi extensions
|
||||||
url: https://tachiyomi.org/extensions
|
url: https://tachiyomi.org/extensions
|
||||||
about: List of all available extensions with download links.
|
about: List of all available extensions with download links
|
||||||
- name: 🌐 Tachiyomi website
|
- name: 🖥️ Tachiyomi website
|
||||||
url: https://tachiyomi.org/help/
|
url: https://tachiyomi.org/help/
|
||||||
about: Guides, troubleshooting, and answers to common questions.
|
about: Guides, troubleshooting, and answers to common questions
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: 🐞 Issue/Bug report
|
name: 🐞 Issue report
|
||||||
description: Report a source issue/bug in Tachiyomi
|
description: Report a source issue in Tachiyomi
|
||||||
title: "Source name: Short description"
|
title: "Source name: Short description"
|
||||||
labels: [Bug]
|
labels: [Bug]
|
||||||
body:
|
body:
|
||||||
|
@ -62,12 +62,12 @@ body:
|
||||||
id: reproduce-steps
|
id: reproduce-steps
|
||||||
attributes:
|
attributes:
|
||||||
label: Steps to reproduce
|
label: Steps to reproduce
|
||||||
description: Provide an example of how to trigger the bug.
|
description: Provide an example of the issue.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Example:
|
Example:
|
||||||
1. First step
|
1. First step
|
||||||
2. Second step
|
2. Second step
|
||||||
3. Bug occurs
|
3. Issue here
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in New Issue