From 6782b70dd376a86a4e13ff37441cd8fb8b8da5b9 Mon Sep 17 00:00:00 2001 From: Will Berman Date: Mon, 13 Feb 2023 11:21:14 -0800 Subject: [PATCH] github issue forum link (#2335) * github issue forum link * Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Patrick von Platen --------- Co-authored-by: Patrick von Platen --- .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 d8cf414a8c..304c02ca9c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,7 @@ contact_links: - name: Blank issue url: https://github.com/huggingface/diffusers/issues/new - about: General usage questions and community discussions + about: Other + - name: Forum + url: https://discuss.huggingface.co/ + about: General usage questions and community discussions \ No newline at end of file