From c3242711c77f188e3cbe3907d0bb5d1efaac5e1f Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Fri, 25 Oct 2024 07:46:45 -0400 Subject: [PATCH] Update bug-report.yaml (Add settings section) (#1301) --- .github/ISSUE_TEMPLATE/bug-report.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 31b11ba28..7d0b84b87 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -50,6 +50,12 @@ body: description: 'Please copy the output from your browser logs here. You can access this by pressing F12 to toggle the developer tools, then navigating to the Console tab.' validations: required: true + - type: textarea + attributes: + label: Setting JSON + description: 'Please upload the setting file here. The setting file is located at `user/default/comfy.settings.json`' + validations: + required: true - type: dropdown id: browsers attributes: