From 260e196ed9e72eac87c370f3c106c7306156dfd9 Mon Sep 17 00:00:00 2001 From: Jace <54625750+Jacekun@users.noreply.github.com> Date: Fri, 7 Jul 2023 10:01:59 +0800 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/cs3xxx_bug_report.yml | 88 +++++++++++++++++++ .../cs3xxx_provider_request.yml | 55 ++++++++++++ 2 files changed, 143 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/cs3xxx_bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/cs3xxx_provider_request.yml diff --git a/.github/ISSUE_TEMPLATE/cs3xxx_bug_report.yml b/.github/ISSUE_TEMPLATE/cs3xxx_bug_report.yml new file mode 100644 index 0000000..78052c8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/cs3xxx_bug_report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/cs3xxx_provider_request.yml b/.github/ISSUE_TEMPLATE/cs3xxx_provider_request.yml new file mode 100644 index 0000000..370d2af --- /dev/null +++ b/.github/ISSUE_TEMPLATE/cs3xxx_provider_request.yml @@ -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