From 160b6ffeb10c2c599ad025d9df4d4e188e5f4f21 Mon Sep 17 00:00:00 2001 From: mym0404 Date: Tue, 2 Jul 2024 15:40:33 +0900 Subject: [PATCH] chore: add reproducing repo field into bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 00038f21..19e7cc11 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -94,14 +94,14 @@ body: label: Relevant log output description: Please copy and paste any relevant log output, if any. render: shell - # - type: input - # id: sample - # attributes: - # label: Reproducible Sample Repository - # description: Repository url of reproducible sample - # placeholder: ex. https://github.com/user/repo - # validations: - # required: true + - type: input + id: sample + attributes: + label: Reproducible Sample Repository + description: Repository url of reproducible sample + placeholder: ex. https://github.com/user/repo + validations: + required: true - type: checkboxes id: terms attributes: