From 8c3f2e8d9a67313a9a7410bd4c493c2c93cddf83 Mon Sep 17 00:00:00 2001 From: Garry Trinder Date: Sat, 23 Dec 2023 16:02:52 +0000 Subject: [PATCH] Add configuration field --- .github/ISSUE_TEMPLATE/bug.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 20f272c3..516103f4 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -72,6 +72,13 @@ body: - Other validations: required: true + - type: textarea + id: config + attributes: + label: Configuration file + description: Provide the contents of the configuration file used when you had the issue + validations: + required: true - type: textarea id: info attributes: