forked from External/mediamtx
add discussions template (#2444)
This commit is contained in:
parent
fdf4f7a16e
commit
d38061b704
2 changed files with 17 additions and 1 deletions
16
.github/DISCUSSION_TEMPLATE/questions.yml
vendored
Normal file
16
.github/DISCUSSION_TEMPLATE/questions.yml
vendored
Normal file
|
|
@ -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
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
|
|
@ -2,5 +2,5 @@ blank_issues_enabled: false
|
||||||
|
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Question
|
- 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
|
about: Ask the community for help
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue