mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-28 05:51:59 -08:00
enable discussions
This commit is contained in:
parent
69be41d997
commit
97ec942962
4 changed files with 13 additions and 35 deletions
6
.github/ISSUE_TEMPLATE/bug.md
vendored
6
.github/ISSUE_TEMPLATE/bug.md
vendored
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
name: 'Bug'
|
||||
about: Bug
|
||||
name: Bug
|
||||
about: Report a bug
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
|
@ -8,7 +8,7 @@ assignees: ''
|
|||
---
|
||||
|
||||
<!--
|
||||
To increase the probability of your issue getting fixed, open an issue FOR EACH problem. Please do not report multiple problems in a single issue, otherwise they'll probably never get ALL fixed.
|
||||
To increase the chance of your issue getting fixed, open an issue FOR EACH problem. Please do not report multiple problems in a single issue, otherwise they'll probably never get ALL fixed.
|
||||
-->
|
||||
|
||||
## Which version are you using?
|
||||
|
|
|
|||
10
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
10
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
blank_issues_enabled: false
|
||||
|
||||
contact_links:
|
||||
- name: Feature Request
|
||||
url: https://github.com/aler9/rtsp-simple-server/discussions/new
|
||||
about: Share ideas for new features
|
||||
|
||||
- name: Question
|
||||
url: https://github.com/aler9/rtsp-simple-server/discussions/new
|
||||
about: Ask the community for help
|
||||
16
.github/ISSUE_TEMPLATE/enhancement.md
vendored
16
.github/ISSUE_TEMPLATE/enhancement.md
vendored
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
name: Enhancement request
|
||||
about: Enhancement request
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Which version are you using?
|
||||
|
||||
v0.0.0
|
||||
|
||||
## Enhancement request
|
||||
|
||||
Description
|
||||
16
.github/ISSUE_TEMPLATE/question.md
vendored
16
.github/ISSUE_TEMPLATE/question.md
vendored
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
name: Question
|
||||
about: Question
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Which version are you using?
|
||||
|
||||
v0.0.0
|
||||
|
||||
## Question
|
||||
|
||||
Description
|
||||
Loading…
Add table
Add a link
Reference in a new issue