From 97ec9429623da8a2828dea08f5b517715d9eb8aa Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Tue, 30 Mar 2021 18:21:35 +0200 Subject: [PATCH] enable discussions --- .github/ISSUE_TEMPLATE/bug.md | 6 +++--- .github/ISSUE_TEMPLATE/config.yml | 10 ++++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 16 ---------------- .github/ISSUE_TEMPLATE/question.md | 16 ---------------- 4 files changed, 13 insertions(+), 35 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/enhancement.md delete mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index da2d5276..c8b07622 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,6 +1,6 @@ --- -name: 'Bug' -about: Bug +name: Bug +about: Report a bug title: '' labels: '' assignees: '' @@ -8,7 +8,7 @@ assignees: '' --- ## Which version are you using? diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..667ba994 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md deleted file mode 100644 index 634e04c5..00000000 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Enhancement request -about: Enhancement request -title: '' -labels: '' -assignees: '' - ---- - -## Which version are you using? - -v0.0.0 - -## Enhancement request - -Description diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index add65c69..00000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Question -about: Question -title: '' -labels: '' -assignees: '' - ---- - -## Which version are you using? - -v0.0.0 - -## Question - -Description