From 52e7c929201fdc02ad2d8a1670c2681877826d7b Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Tue, 31 May 2022 15:58:39 +0200 Subject: [PATCH] Add HF.co for PRs / Issues regarding specific model checkpoints (#17485) * Add HF.co for PRs / Issues regarding specific model checkpoints * Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Julien Chaumond Co-authored-by: Julien Chaumond --- .github/ISSUE_TEMPLATE/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8694e16f74..1b9386d112 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,9 +1,12 @@ blank_issues_enabled: true version: 2.1 contact_links: + - name: Model checkpoints on the Hugging Face Hub + url: https://huggingface.co/models + about: Open a Pull request / Discussion related to a specific model checkpoint directly on the Hugging Face Hub - 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 \ No newline at end of file + about: General usage questions and community discussions