From 08c9f31dda9b3fb48645ec32e9a7f0ed42f07456 Mon Sep 17 00:00:00 2001 From: Kevin Matthes <92332892+kevinmatthes@users.noreply.github.com> Date: Wed, 27 Jul 2022 21:06:20 +0200 Subject: [PATCH] [Enhancement] Create Initial CONTRIBUTING.md --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..6c7de17 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,10 @@ +# Contribution Guidelines for this Project + +## Licensing of Contributed Changes + +This project is distributed under the terms of either the +[`Apache-2.0`](LICENSE-APACHE) or the [`MIT`](LICENSE-MIT) license. + +Any contribution intentionally submitted for integration, unless explicitly +stated otherwise, as defined by the [`Apache-2.0`](LICENSE-APACHE) license, +shall be dual-licensed as above, without any further terms or conditions.