From ba6596b9fcd88072583b317658b92516917e9f8f Mon Sep 17 00:00:00 2001 From: Koichi Akabe Date: Tue, 13 Dec 2022 15:31:44 +0900 Subject: [PATCH] Add CONTRIBUTING.md --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..3fcf07f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# How to contribute + +We'd love to accept your patches and contributions to this project. +There are just a few small guidelines you need to follow. + +- Unless you explicitly state otherwise, any contribution intentionally + submitted for inclusion in work by you shall be dual licensed under MIT + license or Apache-2.0 license without any additional terms or conditions. +- All submissions, including submissions by project members, require review. + We use GitHub pull requests for this purpose. + Consult GitHub Help for more information on using pull requests.