From 10d8047b1c364fbb8d5754e9cdc42d17c33af796 Mon Sep 17 00:00:00 2001 From: c-bata Date: Wed, 10 Feb 2021 19:04:02 +0900 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 86c9caa4..d5467cf8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: "Bug report" about: Create a bug report to improve optuna-dashboard -title: "[Bug]" +title: "" labels: bug assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 66206360..a74a12e5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: "Feature request" about: Suggest an idea for new features in optuna-dashboard. -title: "[Feature]" +title: "" labels: enhancement assignees: ''