mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
More informative issue template (#1014)
This commit is contained in:
parent
16b2924375
commit
1865e01392
5 changed files with 202 additions and 57 deletions
33
.github/ISSUE_TEMPLATE/-bug--short-title.md
vendored
33
.github/ISSUE_TEMPLATE/-bug--short-title.md
vendored
|
@ -1,33 +0,0 @@
|
||||||
---
|
|
||||||
name: "[Bug] Short Title"
|
|
||||||
about: 'Report any bugs or errors found on App. '
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Guidelines:**
|
|
||||||
- [ ] It **is not** a duplicate issue.
|
|
||||||
- [ ] If related to a provider, I have checked the site and it works, but not the app.
|
|
||||||
|
|
||||||
**To Reproduce**
|
|
||||||
Steps to reproduce the behavior:
|
|
||||||
1. Go to '...'
|
|
||||||
2. Click on '....'
|
|
||||||
3. Scroll down to '....'
|
|
||||||
4. See error
|
|
||||||
|
|
||||||
**Expected behavior**
|
|
||||||
A clear and concise description of what you expected to happen.
|
|
||||||
|
|
||||||
**Screenshots or video**
|
|
||||||
If applicable, add screenshots to help explain your problem.
|
|
||||||
|
|
||||||
**Device (please complete the following information):**
|
|
||||||
- Android Version: [e.g. Android 11 API 30, Android TV]
|
|
||||||
- App Version: [e.g. v2.7.14]
|
|
||||||
- Provider: [e.g. https://trailers.to/en/movie/4391225/red-notice-2021]
|
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
Add any other context about the problem here.
|
|
|
@ -1,24 +0,0 @@
|
||||||
---
|
|
||||||
name: "[Feature Request] Title"
|
|
||||||
about: 'Suggest enhancement for the App. '
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Guidelines:**
|
|
||||||
- [ ] It **is not** a duplicate issue.
|
|
||||||
- [ ] It **is not** a request to add a website. Write it here instead https://github.com/LagradOst/CloudStream-3/issues/24
|
|
||||||
|
|
||||||
**Choose one of the following:**
|
|
||||||
- UI/UX enhancement
|
|
||||||
- New feature
|
|
||||||
- Other
|
|
||||||
|
|
||||||
**Describe your request here** *(fill this up)*
|
|
||||||
- [ ] How it works.
|
|
||||||
- [ ] Issues it solves.
|
|
||||||
- [ ] Why it is needed.
|
|
||||||
|
|
||||||
**Other related info**
|
|
83
.github/ISSUE_TEMPLATE/application-bug.yml
vendored
Normal file
83
.github/ISSUE_TEMPLATE/application-bug.yml
vendored
Normal file
|
@ -0,0 +1,83 @@
|
||||||
|
name: 🐞 Application Issue Report
|
||||||
|
description: Report a issue in CloudStream
|
||||||
|
labels: [bug]
|
||||||
|
body:
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: reproduce-steps
|
||||||
|
attributes:
|
||||||
|
label: Steps to reproduce
|
||||||
|
description: Provide an example of the issue.
|
||||||
|
placeholder: |
|
||||||
|
Example:
|
||||||
|
1. First step
|
||||||
|
2. Second step
|
||||||
|
3. Issue here
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: expected-behavior
|
||||||
|
attributes:
|
||||||
|
label: Expected behavior
|
||||||
|
placeholder: |
|
||||||
|
Example:
|
||||||
|
"This should happen..."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: actual-behavior
|
||||||
|
attributes:
|
||||||
|
label: Actual behavior
|
||||||
|
placeholder: |
|
||||||
|
Example:
|
||||||
|
"This happened instead..."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: cloudstream-version
|
||||||
|
attributes:
|
||||||
|
label: Cloudstream version
|
||||||
|
description: |
|
||||||
|
You can find your Cloudstream version in **Settings**.
|
||||||
|
placeholder: |
|
||||||
|
Example: "2.8.16"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: android-version
|
||||||
|
attributes:
|
||||||
|
label: Android version
|
||||||
|
description: |
|
||||||
|
You can find this somewhere in your Android settings.
|
||||||
|
placeholder: |
|
||||||
|
Example: "Android 12"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: other-details
|
||||||
|
attributes:
|
||||||
|
label: Other details
|
||||||
|
placeholder: |
|
||||||
|
Additional details and attachments.
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: acknowledgements
|
||||||
|
attributes:
|
||||||
|
label: Acknowledgements
|
||||||
|
description: Your issue will be closed if you haven't done these steps.
|
||||||
|
options:
|
||||||
|
- label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue.
|
||||||
|
required: true
|
||||||
|
- label: I have written a short but informative title.
|
||||||
|
required: true
|
||||||
|
- label: I have updated the app to pre-release version **[Latest](https://github.com/LagradOst/CloudStream-3/releases)**.
|
||||||
|
required: true
|
||||||
|
- label: If related to a provider, I have checked the site and it works, but not the app.
|
||||||
|
required: true
|
||||||
|
- label: I will fill out all of the requested information in this form.
|
||||||
|
required: true
|
35
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
35
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
name: ⭐ Feature request
|
||||||
|
description: Suggest a feature to improve the app
|
||||||
|
labels: [feature request]
|
||||||
|
body:
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: feature-description
|
||||||
|
attributes:
|
||||||
|
label: Describe your suggested feature
|
||||||
|
description: How can an existing source be improved?
|
||||||
|
placeholder: |
|
||||||
|
Example:
|
||||||
|
"It should work like this..."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: other-details
|
||||||
|
attributes:
|
||||||
|
label: Other details
|
||||||
|
placeholder: |
|
||||||
|
Additional details and attachments.
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: acknowledgements
|
||||||
|
attributes:
|
||||||
|
label: Acknowledgements
|
||||||
|
description: Your issue will be closed if you haven't done these steps.
|
||||||
|
options:
|
||||||
|
- label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue.
|
||||||
|
required: true
|
||||||
|
- label: I have written a short but informative title.
|
||||||
|
required: true
|
||||||
|
- label: I will fill out all of the requested information in this form.
|
||||||
|
required: true
|
84
.github/ISSUE_TEMPLATE/provider-bug.yml
vendored
Normal file
84
.github/ISSUE_TEMPLATE/provider-bug.yml
vendored
Normal file
|
@ -0,0 +1,84 @@
|
||||||
|
name: 🐞 Provider Issue Report
|
||||||
|
description: Report a source issue
|
||||||
|
labels: [provider]
|
||||||
|
body:
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: source
|
||||||
|
attributes:
|
||||||
|
label: Source information
|
||||||
|
description: |
|
||||||
|
You can find the source name in navigation drawer.
|
||||||
|
placeholder: |
|
||||||
|
Example: "Bflix"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: source-url
|
||||||
|
attributes:
|
||||||
|
label: Source link
|
||||||
|
placeholder: |
|
||||||
|
Example:
|
||||||
|
"www.example.org"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: reproduce-steps
|
||||||
|
attributes:
|
||||||
|
label: Steps to reproduce
|
||||||
|
description: Provide an example of the issue.
|
||||||
|
placeholder: |
|
||||||
|
Example:
|
||||||
|
1. First step
|
||||||
|
2. Second step
|
||||||
|
3. Issue here
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: cloudstream-version
|
||||||
|
attributes:
|
||||||
|
label: CloudStream version
|
||||||
|
description: |
|
||||||
|
You can find your CloudStream version in **Settings**.
|
||||||
|
placeholder: |
|
||||||
|
Example: "2.8.16"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: android-version
|
||||||
|
attributes:
|
||||||
|
label: Android version
|
||||||
|
description: |
|
||||||
|
You can find this somewhere in your Android settings.
|
||||||
|
placeholder: |
|
||||||
|
Example: "Android 12"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: other-details
|
||||||
|
attributes:
|
||||||
|
label: Other details
|
||||||
|
placeholder: |
|
||||||
|
Additional details and attachments.
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: acknowledgements
|
||||||
|
attributes:
|
||||||
|
label: Acknowledgements
|
||||||
|
description: Your issue will be closed if you haven't done these steps.
|
||||||
|
options:
|
||||||
|
- label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue.
|
||||||
|
required: true
|
||||||
|
- label: I have written a short but informative title.
|
||||||
|
required: true
|
||||||
|
- label: I have updated the app to pre-release version **[Latest](https://github.com/LagradOst/CloudStream-3/releases)**.
|
||||||
|
required: true
|
||||||
|
- label: If related to a provider, I have checked the site and it works, but not the app.
|
||||||
|
required: true
|
||||||
|
- label: I will fill out all of the requested information in this form.
|
||||||
|
required: true
|
Loading…
Reference in a new issue