From 90e0d673f76f84478856434deb6024c5c869a5ad Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Tue, 3 Oct 2023 23:38:42 +0900 Subject: [PATCH] Feat: Add config yaml to section for reprod in bug-report.yaml (#667) * Update bug-report.yaml * Update bug-report.yaml * Update bug-report.yaml --- .github/ISSUE_TEMPLATE/bug-report.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index cca243fdf..5cf332587 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -53,6 +53,13 @@ body: validations: required: true + - type: textarea + id: config + attributes: + label: Config yaml + description: | + Please attach the config yaml! + - type: textarea id: possible-solution attributes: