From 1345df9907a8a20458cfa3350eb7d4223177512f Mon Sep 17 00:00:00 2001 From: c-bata Date: Wed, 16 Jun 2021 12:57:28 +0900 Subject: [PATCH] Update bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c984cbe7..ad8c232d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -37,6 +37,12 @@ body: - type: input attributes: - label: Optuna-dashboard version or revision (Output of `$ optuna-dashboard --version`) + label: optuna-dashboard version or git revision (Output of `$ optuna-dashboard --version`) validations: required: true + + - type: input + attributes: + label: Web browser + validations: + required: false