From 14e526002798a980bf9facacfa4dc497b28c9cba Mon Sep 17 00:00:00 2001 From: c-bata Date: Mon, 1 Mar 2021 13:07:48 +0900 Subject: [PATCH 1/3] Add a PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..888ae006 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ + + +## Contributor License Agreement + +The code files of ``optuna-dashboard`` are originally taken from [Goptuna](https://github.com/c-bata/goptuna), +so that please place a check to improve both of libraries. + +* [ ] I agree this patch may be ported to [Goptuna](https://github.com/c-bata/goptuna) by other Goptuna contributors. + +## Reference Issues/PRs + + +## What does this implement/fix? Explain your changes. + + From df92b88c92b9f70c0fccaa85c12a5edbaf917816 Mon Sep 17 00:00:00 2001 From: c-bata Date: Mon, 1 Mar 2021 13:12:35 +0900 Subject: [PATCH 2/3] Update a pull request template --- PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 888ae006..33fe033c 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ ## Contributor License Agreement From c336801c2132166d741786c7334e9c30fb39257c Mon Sep 17 00:00:00 2001 From: Masashi SHIBATA Date: Mon, 1 Mar 2021 14:11:03 +0900 Subject: [PATCH 3/3] Update PULL_REQUEST_TEMPLATE.md Co-authored-by: Hiroyuki Vincent Yamazaki --- PULL_REQUEST_TEMPLATE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 33fe033c..afdcb6dc 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -4,8 +4,9 @@ Thank you for creating a pull request! ## Contributor License Agreement -The code files of ``optuna-dashboard`` are originally taken from [Goptuna](https://github.com/c-bata/goptuna), -so that please place a check to improve both of libraries. +This repository (``optuna-dashboard``) and [Goptuna](https://github.com/c-bata/goptuna) share common code. +This pull request may therefore be ported to Goptuna. +Make sure that you understand the consequences concerning licenses and check the box below if you accept the term before creating this pull request. * [ ] I agree this patch may be ported to [Goptuna](https://github.com/c-bata/goptuna) by other Goptuna contributors.