From 13c7b1ed76c6b13f0eb2ecc938fbffd3ad81e70a Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 14 Jan 2021 19:44:02 +0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/delete-channel.md | 17 ----------------- .github/ISSUE_TEMPLATE/feature-request.md | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 17 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/delete-channel.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/delete-channel.md b/.github/ISSUE_TEMPLATE/delete-channel.md deleted file mode 100644 index a87b41a74..000000000 --- a/.github/ISSUE_TEMPLATE/delete-channel.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Delete Channel -about: Request to remove a channel from the playlist -title: 'Remove: xxx' -labels: DMCA -assignees: '' - ---- - - - - - -***Channel Name:*** xxx -***DMCA Notice (link):*** xxx -***Notes (optional):*** xxx diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..02fbe6512 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,20 @@ +--- +name: Feature Request +about: Suggest an idea for this project +title: 'Suggestion: xxx' +labels: feature request +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.