mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-09-26 19:51:26 +08:00
update issue / discussion templates (#5006)
This commit is contained in:
19
.github/DISCUSSION_TEMPLATE/questions.yml
vendored
19
.github/DISCUSSION_TEMPLATE/questions.yml
vendored
@@ -2,19 +2,18 @@ body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please create a discussion FOR EACH question. Do not ask for multiple questions all at once, otherwise they'll probably never get all answered.
|
||||
* Please create a discussion FOR EACH question. Do not ask for multiple questions all at once, otherwise they'll probably never get all answered.
|
||||
* 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:
|
||||
|
||||
* MediaMTX version
|
||||
* precise instructions on how to replicate the problem
|
||||
* MediaMTX configuration
|
||||
* MediaMTX logs with setting `logLevel` set to `debug`
|
||||
|
||||
* If you are asking for help and you think MediaMTX is misbehaving, open a bug report, NOT a discussion.
|
||||
|
||||
- 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`
|
||||
|
22
.github/ISSUE_TEMPLATE/bug.yml
vendored
22
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -39,23 +39,39 @@ body:
|
||||
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Describe the issue
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: replica
|
||||
attributes:
|
||||
label: Describe how to replicate the issue
|
||||
description: |
|
||||
The maintainers must be able to REPLICATE your issue to solve it - therefore, describe in a very detailed way how to replicate it.
|
||||
value: |
|
||||
1. start the server
|
||||
1. start the MediaMTX
|
||||
2. publish with ...
|
||||
3. read with ...
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: conf
|
||||
attributes:
|
||||
label: MediaMTX configuration
|
||||
description: |
|
||||
MediaMTX configuration is often required to replicate the issue.
|
||||
placeholder: Paste or drag the configuration file here
|
||||
# render: shell
|
||||
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Server logs
|
||||
label: MediaMTX logs
|
||||
description: |
|
||||
Server logs are sometimes useful to identify the issue. If you think this is the case, set the parameter 'logLevel' to 'debug' and attach the server logs.
|
||||
MediaMTX logs are often useful to identify the issue. If you think this is the case, set the parameter 'logLevel' to 'debug' and attach logs.
|
||||
placeholder: Paste or drag the log file here
|
||||
# render: shell
|
||||
|
||||
|
Reference in New Issue
Block a user