From 590db4c8e1364dd78d7325f80d483a1bba4f02f2 Mon Sep 17 00:00:00 2001 From: adrinjalali Date: Wed, 16 Mar 2022 16:17:34 +0100 Subject: [PATCH] MNT add links to related projects and the forum on issue template --- .github/ISSUE_TEMPLATE/config.yml | 14 ++++++++++++++ 1 file changed, 14 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 0000000000..19e0066960 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: true +contact_links: + - name: api-inference-community + url: https://github.com/huggingface/api-inference-community/issues + about: For all issues related to the inference API + - name: Website Related + url: https://github.com/huggingface/hub-docs/issues + about: Feature requests and bug reports related to the website + - name: Forum + url: https://discuss.huggingface.co/ + about: General usage questions and community discussions + - name: Blank issue + url: https://github.com/huggingface/huggingface_hub/issues/new + about: Please note that the Forum is in most places the right place for discussions