From 4361cb905931500ec6a24c283437b75b7bbcdffb Mon Sep 17 00:00:00 2001 From: Bnyro <82752168+Bnyro@users.noreply.github.com> Date: Sat, 23 Jul 2022 22:21:56 +0200 Subject: [PATCH 1/2] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false From 4a46122415a43e4c646ea08bb9a48406cc45f4e0 Mon Sep 17 00:00:00 2001 From: Bnyro <82752168+Bnyro@users.noreply.github.com> Date: Sat, 23 Jul 2022 22:28:11 +0200 Subject: [PATCH 2/2] Create question.yml --- .github/ISSUE_TEMPLATE/question.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/question.yml diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml new file mode 100644 index 00000000..a77ce23f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,16 @@ +name: Question +description: Ask questions about configuration and usage of Piped. +labels: [question] +body: + - type: markdown + attributes: + value: | + Please make sure to read the README.md before posting a question or asking for support. + + - type: textarea + id: question + attributes: + label: Describe your question + description: A clear description of what your doubt is. + validations: + required: true