From 22e63bab4f9a897eeaae54cc9df2954b298458eb Mon Sep 17 00:00:00 2001 From: Masashi Shibata Date: Fri, 25 Jun 2021 01:04:26 +0900 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ad8c232d..cfdef163 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -31,18 +31,21 @@ body: - type: input attributes: - label: Optuna version (Output of `$ python -c 'import optuna; print(optuna.__version__)'`) + label: Optuna version + value: Output of `$ python -c 'import optuna; print(optuna.__version__)'` validations: required: true - type: input attributes: - label: optuna-dashboard version or git revision (Output of `$ optuna-dashboard --version`) + label: optuna-dashboard version or git revision + value: Output of `$ optuna-dashboard --version` validations: required: true - type: input attributes: label: Web browser + value: Google Chrome, Firefox, etc. validations: required: false