baalajimaestro
d207d47ce9
Its not ideal to keep using poly's branding, when his fork of the app is not anymore maintained. It rather would cause confusion among users on whether they should report me or poly Signed-off-by: baalajimaestro <me@baalajimaestro.me>
63 lines
2.7 KiB
YAML
63 lines
2.7 KiB
YAML
name: Feature request
|
|
description: Suggest an idea for this project
|
|
labels: [feature request, needs triage]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for helping to make NewPipe better by suggesting a feature. :hugs:
|
|
|
|
Your ideas are highly welcome! The app is made for you, the users, after all.
|
|
- type: checkboxes
|
|
id: checklist
|
|
attributes:
|
|
label: "Checklist"
|
|
options:
|
|
- label: "I made sure that there are *no existing issues* - [open](https://git.baalajimaestro.me/baalajimaesstro/NewPipe/issues) or [closed](https://github.com/polymorphicshade/NewPipe/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
|
|
required: true
|
|
- label: "I have read the [FAQ](https://newpipe.net/FAQ/) and my problem isn't listed."
|
|
required: true
|
|
- label: "I'm aware that this is a request for NewPipe itself and that requests for adding a new service need to be made at [NewPipeExtractor](https://github.com/TeamNewPipe/NewPipeExtractor/issues)."
|
|
required: true
|
|
- label: "I have taken the time to fill in all the required details. I understand that the feature request will be dismissed otherwise."
|
|
required: true
|
|
- label: "This issue contains only one feature request."
|
|
required: true
|
|
- label: "I have read and understood the [contribution guidelines](https://git.baalajimaestro.me/baalajimaesstro/NewPipe/blob/dev/.github/CONTRIBUTING.md)."
|
|
required: true
|
|
|
|
|
|
- type: textarea
|
|
id: feature-description
|
|
attributes:
|
|
label: Feature description
|
|
description: |
|
|
Explain how you want the app's look or behavior to change to suit your needs.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: why-is-the-feature-requested
|
|
attributes:
|
|
label: Why do you want this feature?
|
|
description: |
|
|
Describe any problem or limitation you come across while using the app which would be solved by this feature.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: why-relevant-to-fork
|
|
attributes:
|
|
label: Why ist the feature relevant to this fork?
|
|
description: |
|
|
Describe why your feature is relevant to the features this fork aims to provide over regular NewPipe or demonstrate that [upstream](https://github.com/TeamNewPipe/NewPipe/issues) is *explicitly* against implementing your feature for *non-technical reasons*.
|
|
|
|
(This is not the place for stale upstream feature requests!)
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: additional-information
|
|
attributes:
|
|
label: Additional information
|
|
description: Any other information you'd like to include, for instance sketches, mockups, pictures of cats, etc.
|