From b4fcec47a962f1249c9b659f298fef8a3f4bf712 Mon Sep 17 00:00:00 2001 From: tsightler Date: Sat, 21 Dec 2024 15:27:30 -0500 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5180eb8..3ec6f06 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,11 +12,11 @@ body: required: true - type: checkboxes attributes: - label: Is this really a bug or just a usage/support question? If you don't have something that proves it's a bug, it's not a bug. - description: Simple usage and/or support questions should be posted in the appropriate [discussion groups](https://github.com/tsightler/ring-mqtt/discussions) - instead. + label: Is this really a bug? If you don't have some way to confirm it is a bug, errors in the log, code that is clearly wrong, or at least a clear method to reproduce something that doesn't work, then it's not (yet) a bug. + description: Support questions or functional issues without proof should be posted in the appropriate [discussion groups](https://github.com/tsightler/ring-mqtt/discussions) + instead. Note that issues posted in the dicussion group may be converted to bugs once confirmed. options: - - label: I'm confident this is a bug and I have logs or other data to prove it. + - label: I'm confident this is a bug and I have logs or other data to confirm it. required: true - type: checkboxes attributes: