Compare commits

...

7 Commits

Author SHA1 Message Date
Jace 8d30295490
Update build.gradle.kts
- Fixed Repo path
2023-07-16 16:37:35 +08:00
Jace 421e118d4d
Update cs3xxx_bug_report.yml 2023-07-07 10:24:20 +08:00
Jace d879febeaa
Delete bug_report.md 2023-07-07 10:23:03 +08:00
Jace b8dfed7a60
Update cs3xxx_provider_request.yml 2023-07-07 10:22:27 +08:00
Jace c5a29c8e88
Update cs3xxx_bug_report.yml 2023-07-07 10:11:16 +08:00
Jace 260e196ed9
Add issue templates 2023-07-07 10:01:59 +08:00
Jace 948482c296
Update issue templates 2023-07-07 10:00:44 +08:00
3 changed files with 141 additions and 1 deletions

View File

@ -0,0 +1,87 @@
name: Provider bug
description: Report any bugs or errors on providers in this repo.
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 exist on this repo.
required: true
- label: I have checked the site and it works, but not on the app.
required: true
- label: It does not say **'coming soon'** when viewed in the app.
required: true
- type: textarea
id: ver-provider
attributes:
label: Name and Url of provider
description: |
Specify the provider name and url. Also, provide the link of video you are trying to view.
placeholder: ProviderName | Url
validations:
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: false
- 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**. Include the commit version.
placeholder: 4.0.0 abcdef
validations:
required: true

View File

@ -0,0 +1,53 @@
name: Provider request
description: Request to add new provider.
labels: provider
title: "[Request] 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 **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

View File

@ -36,7 +36,7 @@ subprojects {
cloudstream {
// when running through github workflow, GITHUB_REPOSITORY should contain current repository name
setRepo(System.getenv("GITHUB_REPOSITORY") ?: "https://github.com/Jacekun/cs3xxx-repo")
setRepo("cloudstream", "cs3xxx-repo", "codeberg")
description = "For the coomers and degenerates"
authors = listOf("Jace")