Browse Source

enable discussions

pull/340/head
aler9 4 years ago
parent
commit
97ec942962
  1. 6
      .github/ISSUE_TEMPLATE/bug.md
  2. 10
      .github/ISSUE_TEMPLATE/config.yml
  3. 16
      .github/ISSUE_TEMPLATE/enhancement.md
  4. 16
      .github/ISSUE_TEMPLATE/question.md

6
.github/ISSUE_TEMPLATE/bug.md

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
---
name: 'Bug'
about: Bug
name: Bug
about: Report a bug
title: ''
labels: ''
assignees: ''
@ -8,7 +8,7 @@ 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

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

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

@ -1,16 +0,0 @@ @@ -1,16 +0,0 @@
---
name: Question
about: Question
title: ''
labels: ''
assignees: ''
---
## Which version are you using?
v0.0.0
## Question
Description
Loading…
Cancel
Save