From 2de68688588257010003ea598aa973db2fb98e24 Mon Sep 17 00:00:00 2001 From: ManyTheFish Date: Thu, 7 Jul 2022 13:48:47 +0200 Subject: [PATCH] Chores: Add a dedicated section for Language Support in the issue template This new section in put apper than feature proposal because language-support is kind of a sub-category of it, and so, in the reading order, we choose to create a feature proposal only if it is not related to Language. --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0a5835b86..1006a064d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,7 @@ contact_links: + - name: Language support request & feedback + url: https://github.com/meilisearch/product/discussions/categories/feedback-feature-proposal?discussions_q=label%3Aproduct%3Acore%3Atokenizer+category%3A%22Feedback+%26+Feature+Proposal%22 + about: The requests and feedback regarding Language support are not managed in this repository. Please upvote the related discussion in our dedicated product repository or open a new one if it doesn't exist. - name: Feature request & feedback url: https://github.com/meilisearch/product/discussions/categories/feedback-feature-proposal about: The feature requests and feedback regarding the already existing features are not managed in this repository. Please open a discussion in our dedicated product repository