From 154376063b9a12a6cfccc95f584c0bb2ff08a904 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 3 Jun 2024 12:52:39 -0300 Subject: [PATCH] Add `CONTRIBUTING.markdown` (#30) Signed-off-by: Juan Cruz Viotti --- CONTRIBUTING.markdown | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 CONTRIBUTING.markdown diff --git a/CONTRIBUTING.markdown b/CONTRIBUTING.markdown new file mode 100644 index 00000000..7439163c --- /dev/null +++ b/CONTRIBUTING.markdown @@ -0,0 +1,35 @@ +Contributing +============ + +Thanks for your interest in contributing to this project! We tried to make the +contribution experience as simple as possible. This project can be built +without requiring external dependencies other than C++20 compile and CMake as +follows: + +```sh +# On UNIX based systems +make + +# On Windows (from a Visual Studio Developer Prompt) +nmake +``` + +The default target will build the project and run the test suite. + +Grant of Rights +--------------- + +By contributing to this project, the Contributor irrevocably assigns, +transfers, and conveys to Intelligence.AI all right, title, and interest in +and to any contributions, including, but not limited to, all intellectual +property rights. + +The contributor acknowledges and agrees that Intelligence.AI shall have the +exclusive right to use, reproduce, modify, distribute, publicly display, +publicly perform, sublicense, and otherwise exploit the contributions, whether +in original or modified form, for any purpose and without any obligation to +account to the contributor. + +The contributor grants Intelligence.AI the right to re-license the +contributions, including any derivative works, under other licenses as +Intelligence.AI deems appropriate.