Add issue templates

This commit is contained in:
Jace 2023-07-07 10:01:59 +08:00 committed by GitHub
parent 948482c296
commit 260e196ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 143 additions and 0 deletions

View File

@ -0,0 +1,88 @@
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

View File

@ -0,0 +1,55 @@
name: Provider request
description: Request to add new provider website to App.
labels: provider
title: "[Provider] 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: It **is exclusively** an adult site.
required: true
- label: It **does not** have reCaptcha, CloudFare protection, or any annoying web protections.
required: true
- type: input
id: ver-name
attributes:
label: Provider name
description: Name of the website, or any name you can distinguish it from others.
placeholder: SiteName
validations:
required: true
- type: input
id: ver-link
attributes:
label: Link
description: Home url of the provider website.
placeholder: http://sample.com
validations:
required: true
- type: input
id: ver-lang
attributes:
label: Language
description: Main language of contents.
placeholder: en, English
validations:
required: true
- type: textarea
id: ver-desc
attributes:
label: Other Info
description: Other related information regarding to the provider.
placeholder: Description of website and other info.
validations:
required: false