Update issue templates

pull/180/head
Koitharu 3 years ago
parent f969e2a8d1
commit 44e28b40d3
No known key found for this signature in database
GPG Key ID: 8E861F8CE6E7CE27

@ -1,65 +1,65 @@
name: 🐞 Issue report name: 🐞 Issue report
description: Report a source issue in Kotatsu description: Report a source issue with a source
labels: [bug] labels: [ bug ]
body: body:
- type: input - type: input
id: source id: source
attributes: attributes:
label: Source information label: Source information
description: | description: |
You can find the source name in navigation drawer. You can find the source name in navigation drawer.
placeholder: | placeholder: |
Example: "MangaDex" Example: "MangaDex"
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: reproduce-steps id: reproduce-steps
attributes: attributes:
label: Steps to reproduce label: Steps to reproduce
description: Provide an example of the issue. description: Provide an example of the issue.
placeholder: | placeholder: |
Example: Example:
1. First step 1. First step
2. Second step 2. Second step
3. Issue here 3. Issue here
validations: validations:
required: false required: false
- type: input - type: input
id: kotatsu-version id: kotatsu-version
attributes: attributes:
label: Kotatsu version label: Kotatsu version
description: | description: |
You can find your Kotatsu version in **Settings → About**. You can find your Kotatsu version in **Settings → About**.
placeholder: | placeholder: |
Example: "3.3" Example: "3.3"
validations: validations:
required: true required: true
- type: input - type: input
id: android-version id: android-version
attributes: attributes:
label: Android version label: Android version
description: | description: |
You can find this somewhere in your Android settings. You can find this somewhere in your Android settings.
placeholder: | placeholder: |
Example: "Android 12" Example: "Android 12"
validations: validations:
required: false required: false
- type: textarea - type: textarea
id: other-details id: other-details
attributes: attributes:
label: Other details label: Other details
placeholder: | placeholder: |
Additional details and attachments. Additional details and attachments.
- type: checkboxes - type: checkboxes
id: acknowledgements id: acknowledgements
attributes: attributes:
label: Acknowledgements label: Acknowledgements
options: options:
- label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue. - label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue.
required: true required: true

@ -1,50 +1,53 @@
name: 🌐 Source request name: 🌐 Source request
description: Suggest a new source for Kotatsu description: Suggest a new source for Kotatsu
labels: [source request] labels: [ source request ]
body: body:
- type: input - type: markdown
id: name attributes:
attributes: value: Please specify source **name** and **language** in the issue title
label: Source name - type: input
placeholder: | id: name
Example: "Example Scans" attributes:
validations: label: Source name
required: true placeholder: |
Example: "Example Scans"
validations:
required: true
- type: input - type: input
id: link id: link
attributes: attributes:
label: Source link label: Source link
placeholder: | placeholder: |
Example: "https://example.org" Example: "https://example.org"
validations: validations:
required: true required: true
- type: input - type: input
id: language id: language
attributes: attributes:
label: Language label: Language
placeholder: | placeholder: |
Example: "English" Example: "English"
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: other-details id: other-details
attributes: attributes:
label: Other details label: Other details
placeholder: | placeholder: |
Additional details and attachments. Additional details and attachments.
- type: checkboxes - type: checkboxes
id: acknowledgements id: acknowledgements
attributes: attributes:
label: Acknowledgements label: Acknowledgements
options: options:
- label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue. - label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue.
required: true required: true
- label: I have checked that the source does not already exist on the app. - label: I have checked that the source does not already exist on the app.
required: true required: true
- label: I have checked that the source does not already exist by searching the [GitHub repository](https://github.com/KotatsuApp/kotatsu-parsers) and verified it does not appear in the code base. - label: I have checked that the source does not already exist by searching the [GitHub repository](https://github.com/KotatsuApp/kotatsu-parsers) and verified it does not appear in the code base.
required: true required: true

Loading…
Cancel
Save