cs3xxx-repo/.github/ISSUE_TEMPLATE/cs3xxx_bug_report.yml

89 lines
2.5 KiB
YAML

name: App bug report
description: Report any bugs or errors found on App.
labels: bug
title: "[Bug] ChangeThisTitle"
body:
- type: checkboxes
id: guidelines
attributes:
label: Guidelines
description: Make sure all the following are correct.
options:
- label: It **is not** a duplicate issue.
required: true
- label: It **does not** exist on main CloudStream-3 Issues.
required: true
- label: If provider bug, **it is exclusively** on this Fork.
required: true
- label: If related to a provider, I have checked the site and it works, but not the app.
required: true
- type: textarea
id: bug-desc
attributes:
label: Description
description: Describe the Bug / Error
placeholder: |
A clear and concise description of what the bug is.
Explain how it happens, and why it happens, if possible.
Also, any other info goes in here.
validations:
required: true
- type: textarea
id: expected-behaviour
attributes:
label: Expected Behaviour
description: Describe how it should be behaving.
placeholder: |
A clear and concise description of what you expected to happen.
Explain if it works on earlier versions.
validations:
required: true
- type: textarea
id: reproduce-steps
attributes:
label: Steps to reproduce
description: Provide an example of the issue.
placeholder: |
Example:
1. Go to '...'
2. Click on '....'
3. See error
validations:
required: true
- type: input
id: ver-android
attributes:
label: Android version
description: |
Find it on your Phone Settings -> About Phone. Include the API number, if possible.
placeholder: Android 11 API 30
validations:
required: true
- type: input
id: ver-cs3xxx
attributes:
label: Cloudstream version
description: |
You can find your Cloudstream version in **Settings** -> **Check for Update**.
placeholder: 2.9.22
validations:
required: true
- type: textarea
id: ver-provider
attributes:
label: Name and Url of provider
description: |
If bug is related to provider, specify what provider. Also provide link of not working on App.
If not provider-related, input "N/A" / "-" / etc..
placeholder: JavHD
validations:
required: true