From 23f6e1084b35227250abdf85fe0062d2129a4c1a Mon Sep 17 00:00:00 2001 From: mhmdanas <32234660+mhmdanas@users.noreply.github.com> Date: Fri, 2 Jul 2021 00:31:20 +0300 Subject: [PATCH 1/2] Add question template --- .github/ISSUE_TEMPLATE/question.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..6b5d7f3bc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,25 @@ +--- +name: Question +about: Ask about anything NewPipe-related +labels: question +assignees: '' + +--- + + + + + +### Checklist + + +- [x] I checked, but didn't find any duplicates (open OR closed) of this issue in the repo. +- [ ] I have read the contribution guidelines given at https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md. +- [ ] This issue contains only one question. I will open one issue for every question I want to ask. + +#### What's your question? + + +#### Additional context + From d8a0a74d4757a3865eb7f618a6ca344244812242 Mon Sep 17 00:00:00 2001 From: Mohammed Anas <32234660+mhmdanas@users.noreply.github.com> Date: Mon, 5 Jul 2021 13:12:54 +0000 Subject: [PATCH 2/2] Allow asking multiple questions at once --- .github/ISSUE_TEMPLATE/question.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 6b5d7f3bc..5582fd407 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -15,9 +15,8 @@ assignees: '' - [x] I checked, but didn't find any duplicates (open OR closed) of this issue in the repo. - [ ] I have read the contribution guidelines given at https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md. -- [ ] This issue contains only one question. I will open one issue for every question I want to ask. -#### What's your question? +#### What's your question(s)? #### Additional context