From 895c9e02a9e15ed142a5c7a45340d8a3bc14f21e Mon Sep 17 00:00:00 2001 From: William Theaker Date: Thu, 22 Sep 2022 21:04:48 -0400 Subject: [PATCH] Add device report to general issue template --- .github/ISSUE_TEMPLATE/bug_report_general.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_general.yaml b/.github/ISSUE_TEMPLATE/bug_report_general.yaml index 96f03b14e..9cd28c50b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_general.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report_general.yaml @@ -1,5 +1,5 @@ name: General Bug Report -description: Bugs report on other commands. +description: Bugs report on other commands. Use this to submit device reports. labels: ["bug", "needs triage"] assignees: - silaslaspada @@ -93,4 +93,4 @@ body: placeholder: Paste the whole output of the executed command when you append '-d' to your command line parameters here render: shell validations: - required: true \ No newline at end of file + required: true