From d38061b704490f3269235d7eec5196e38588c98d Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Sun, 1 Oct 2023 22:54:39 +0200 Subject: [PATCH] add discussions template (#2444) --- .github/DISCUSSION_TEMPLATE/questions.yml | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .github/DISCUSSION_TEMPLATE/questions.yml diff --git a/.github/DISCUSSION_TEMPLATE/questions.yml b/.github/DISCUSSION_TEMPLATE/questions.yml new file mode 100644 index 00000000..9576b013 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/questions.yml @@ -0,0 +1,16 @@ +body: + + - type: textarea + attributes: + label: Question + validations: + required: true + + - type: markdown + attributes: + value: | + Note: If you are asking for help because you're having trouble doing something, provide enough informations to replicate the problem. In particular, include in the question: + + * the server version you are using + * precise instructions on how to replicate the problem + * server logs with setting `logLevel` set to `debug` diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 13d69e29..8eefa949 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,5 +2,5 @@ blank_issues_enabled: false contact_links: - name: Question - url: https://github.com/bluenviron/mediamtx/discussions/new + url: https://github.com/bluenviron/mediamtx/discussions/new?category=questions about: Ask the community for help