From c492982fccfc62f22e78cef56a32bdc163f4a5fc Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:40:23 -0300 Subject: [PATCH 1/3] Update .github/ISSUE_TEMPLATE/feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 39bb8f02..8a916518 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,5 +1,5 @@ --- -name: Feature Request 💡 +name: Feature Request & Enhancement 💡 about: Suggest a new idea for the project. title: '' labels: '' From 3620dcb46b49568354527619991d0a89a1a05853 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:40:24 -0300 Subject: [PATCH 2/3] Create .github/ISSUE_TEMPLATE/config.yml --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..de409cb2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Support questions & other + url: https://discord.meilisearch.com/ + about: Support is not handled here but on our Discord From 34908174e2fe1607ff7af34ae94ea93bfb483ee1 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:40:25 -0300 Subject: [PATCH 3/3] Delete .github/ISSUE_TEMPLATE/other.md --- .github/ISSUE_TEMPLATE/other.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/other.md diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md deleted file mode 100644 index b7a939a9..00000000 --- a/.github/ISSUE_TEMPLATE/other.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Other -about: Any other topic you want to talk about. -title: '' -labels: '' -assignees: '' ----