From 60c998af22ba86dd0871ce1885f4c06250714716 Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Tue, 10 Nov 2020 11:39:52 -0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++---- .github/ISSUE_TEMPLATE/feature_request.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c8137203..6bfe3518 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,14 +1,14 @@ --- name: Bug report -about: Create a bug report to help us improve +about: Create a bug report to help us improve. Issues are for reporting bugs or requesting + features, the discussion forum is available for asking questions or seeking help + from the community. title: '' labels: '' -assignees: '' +assignees: rwightman --- -Issues are for reporting bugs or requesting features, not asking for help or tutorials. The discussion forum has been activated and can be used for asking questions outside the scope of bugs or feature requests. - **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 427cc861..bbb78ee1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,14 +1,14 @@ --- name: Feature request -about: Suggest an idea for this project +about: Suggest an idea for this project. Issues are for reporting bugs or requesting + features, the discussion forum is available for asking questions or seeking help + from the community. title: '' labels: '' assignees: '' --- -Issues are for reporting bugs or requesting features, not asking for help or tutorials. The discussion forum has been activated and can be used for asking questions outside the scope of bugs or feature requests. - **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]