From 242cdab61b120b38562025836b2e1206fb00dc05 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:28:07 -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 c2b7d42552e56f76b57f45101a7244d9d7d88443 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:28:07 -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 7c982f3f9f4e914a88768dee98612637ef112982 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:28:09 -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: '' ----