Browse Source

add discussions template (#2444)

pull/2446/head
Alessandro Ros 2 years ago committed by GitHub
parent
commit
d38061b704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      .github/DISCUSSION_TEMPLATE/questions.yml
  2. 2
      .github/ISSUE_TEMPLATE/config.yml

16
.github/DISCUSSION_TEMPLATE/questions.yml

@ -0,0 +1,16 @@ @@ -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`

2
.github/ISSUE_TEMPLATE/config.yml

@ -2,5 +2,5 @@ blank_issues_enabled: false @@ -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

Loading…
Cancel
Save