From cd976a366ac2fce2a403ad04e5696dfc0e875465 Mon Sep 17 00:00:00 2001 From: wenmeng zhou Date: Wed, 20 Sep 2023 20:39:28 +0800 Subject: [PATCH] add contact info to issue template (#552) --- .github/ISSUE_TEMPLATE/bug_report.md | 15 +++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 16 +++++++++++++++- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 27b307c9..4fdf7351 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -32,3 +32,18 @@ A clear and concise description of what the bug is. * You may add addition that may be helpful for locating the problem, such as * How you installed PyTorch [e.g., pip, conda, source] * Other environment variables that may be related (such as $PATH, $LD_LIBRARY_PATH, $PYTHONPATH, etc.) + + +Please @ corresponding people according to your problem: + +Model related: @wenmengzhou @tastelikefeet + +Model hub related: @liuyhwangyh + +Dataset releated: @wangxingjun778 + +Finetune related: @tastelikefeet @Jintao-Huang + +Pipeline related: @Firmament-cyou @wenmengzhou + +Contribute your model: @zzclynn diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 06435d1a..c7ec7256 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -3,7 +3,7 @@ name: Question about: Describe this issue template's purpose here. title: '' labels: '' -assignees: zzclynn +assignees: zzclynn,wenmengzhou --- @@ -15,3 +15,17 @@ Before asking a question, make sure you have: * Googled your question. * Searched related issues but cannot get the expected help. * The bug has not been fixed in the latest version. + +Please @ corresponding people according to your problem: + +Model related: @wenmengzhou @tastelikefeet + +Model hub related: @liuyhwangyh + +Dataset releated: @wangxingjun778 + +Finetune related: @tastelikefeet @Jintao-Huang + +Pipeline related: @Firmament-cyou @wenmengzhou + +Contribute your model: @zzclynn