From 6c803698626d3eaabc206627590bef184e47f54a Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Tue, 15 Mar 2022 15:19:22 +0100 Subject: [PATCH] [mirotalk] - update issue templates --- .github/ISSUE_TEMPLATE/---bug-report.md | 2 +- .github/ISSUE_TEMPLATE/---feature-request.md | 2 +- .github/ISSUE_TEMPLATE/--question---discussion---feedback-.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md index bc04e3e0..d6d2290f 100644 --- a/.github/ISSUE_TEMPLATE/---bug-report.md +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -2,7 +2,7 @@ name: "\U0001F41B Bug report" about: File a bug report to help improve MiroTalk. title: '' -labels: bug +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/---feature-request.md b/.github/ISSUE_TEMPLATE/---feature-request.md index 0991c9c4..7556d30f 100644 --- a/.github/ISSUE_TEMPLATE/---feature-request.md +++ b/.github/ISSUE_TEMPLATE/---feature-request.md @@ -2,7 +2,7 @@ name: "\U0001F680 Feature request" about: Suggest a new feature to improve MiroTalk. title: '' -labels: enhancement +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/--question---discussion---feedback-.md b/.github/ISSUE_TEMPLATE/--question---discussion---feedback-.md index d14368e3..9a4d0419 100644 --- a/.github/ISSUE_TEMPLATE/--question---discussion---feedback-.md +++ b/.github/ISSUE_TEMPLATE/--question---discussion---feedback-.md @@ -2,7 +2,7 @@ name: "\U0001F64BQuestion - discussion - feedback." about: Anything not related to bugs or features request. title: '' -labels: discussion, feedback, question +labels: '' assignees: '' ---