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 [...]