From 6db2c9a8cb59b69baed6935c6dd40e55225e12c8 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Sat, 21 Jun 2025 22:51:42 +0100 Subject: [PATCH] chore: add config export field to bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c2a0f3cf..2bfa5444 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -58,6 +58,11 @@ body: description: Describe what you expected to happen. validations: required: true + - type: textarea + id: 'configExport' + attributes: + label: Configuration Export + description: Provide an export of your configuration with credentials excluded (make sure to double check it has nothing sensitive in it like custom addon URLs or overriden URLs etc. - type: textarea id: 'screenshots' attributes: