From c18947593b6e980b00ca9635afc3dd52f818816b Mon Sep 17 00:00:00 2001 From: mamu Date: Thu, 16 May 2024 19:50:33 +0900 Subject: [PATCH] Add code of conduct --- .github/pull_request_template.md | 13 +++---------- CODE_OF_CONDUCT.md | 13 +++++++++++++ 2 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 CODE_OF_CONDUCT.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1663f75c..3922e1fc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,15 +1,8 @@ -Please read the following and if you agree, please click the checkbox below. +## Contributor Agreements -1. By making a contribution to this project, I certify that: - a. The contribution was created in whole or in part by me and I have the right to submit it under the MIT license indicated in the file; or - b. The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open-source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the MIT license, as indicated in the file; or - c. The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. +Please read the CODE_OF_CONDUCT.md and if you agree, please click the checkbox below. -2. By making a contribution to this project, I agree that the MIT license applies to the contribution and the contribution is used by other people under the MIT license. - -- [ ] I agree to the above conditions. - -Please read the [tutorial guide](TBD) to register your implemented algorithm in OptunaHub. +- [ ] I agree to the code of conduct. ## Motivation diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..f4cd64fe --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,13 @@ +1. By making a contribution to this project, I certify that: + +(a) The contribution was created in whole or in part by me and I have the right to submit it under the MIT license indicated in the file: + +(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open-source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the MIT license, as indicated in the file; or + +(c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. + +2. By making a contribution to this project, I agree that the MIT license applies to the contribution and the contribution is used by Preferred Networks (“PFN”) or third party under the MIT license. + +3. I agree that PFN may remove my contribution from the Optuna Hub at any time, if the Contribution likely violates any of applicable law and regulation, or likely infringe or misappropriate any rights of any person or entity. I ALSO AGREE THAT PFN SHALL NOT BE RESPONSIBLE OR LIABLE FOR SUCH REMOVAL OF MY CONTRIBUTION. + +4. I AGREE THAT PFN SHALL NOT BE RESPONSIBLE OR LIABLE FOR USE MODIFICATION OR REMOVAL OF MY CONTRIBUTION BY THIRD PARTY.