From 6cb3401d3d2201a5461badd39974647021f5741c Mon Sep 17 00:00:00 2001 From: opusforlife2 <53176348+opusforlife2@users.noreply.github.com> Date: Thu, 25 Jul 2024 00:01:52 +0000 Subject: [PATCH] Create feature request template --- .github/enhancement.yml | 47 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .github/enhancement.yml diff --git a/.github/enhancement.yml b/.github/enhancement.yml new file mode 100644 index 0000000..6a4a50c --- /dev/null +++ b/.github/enhancement.yml @@ -0,0 +1,47 @@ +name: Feature request +description: Suggest an idea for this project +labels: [enhancement] +body: + - type: markdown + attributes: + value: | + Thank you for helping to make the NewPipe website better by suggesting a feature. :hugs: + + Your ideas are highly welcome! The website is made for you, the users, after all. + - type: checkboxes + id: checklist + attributes: + label: "Checklist" + options: + - label: "I am aware that this issue is being opened for the NewPipe website, NOT the [app](https://github.com/TeamNewPipe/NewPipe) or the [extractor](https://github.com/TeamNewPipe/NewPipeExtractor), and my feature request will be dismissed otherwise." + required: true + - label: "I made sure that there are *no existing issues* - [open](https://github.com/TeamNewPipe/website/issues) or [closed](https://github.com/TeamNewPipe/website/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to." + 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 + + - type: textarea + id: feature-description + attributes: + label: Feature description + description: | + Explain how you want the website'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 website which would be solved by this feature. + 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.