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 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: '' 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: '' ----