From 91b6bfbd0974b0bde4ee41cefcb1035b8095c9b0 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Sat, 1 Mar 2025 08:08:17 -0500 Subject: [PATCH] workflows: update bug template Add OctoApp to the client list. Make it clear that moonaker.log is required. Signed-off-by: Eric Callahan --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9f14fdf..d246679 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,7 +6,8 @@ body: attributes: value: | This issue form is for reporting bugs only! - If you have a feature request, please use [Feature Request](/new?template=feature_request.yml) + If you have a feature request, please use [Feature Request](/new?template=feature_request.yml). + All bug reports MUST include `moonraker.log` as an attachment. - type: textarea id: what-happened attributes: @@ -27,6 +28,7 @@ body: - MoonCord - KlipperScreen - MobileRaker + - OctoApp - Other validations: required: true