From 7a752b8086c5fc642da1b8db1922532e99f92378 Mon Sep 17 00:00:00 2001 From: mwelss-fhg <martin.welss@iais.fraunhofer.de> Date: Sat, 15 Oct 2022 23:43:54 +0200 Subject: [PATCH] add mandatory file --- CONTRIBUTING.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..b35272b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,35 @@ +# Contributing to Graphene tutorials + +Thanks for your interest in this project. + +## Project description + +This project contains the graphene container spec and many source code examples of ai-pipelines + +* https://gitlab.eclipse.org/eclipse/graphene/tutorials + +## Developer resources + +The project maintains the following source code repositories + +* https://gitlab.eclipse.org/eclipse/graphene/tutorials + +## Eclipse Contributor Agreement + +Before your contribution can be accepted by the project team contributors must +electronically sign the Eclipse Contributor Agreement (ECA). + +* http://www.eclipse.org/legal/ECA.php + +Commits that are provided by non-committers must have a Signed-off-by field in +the footer indicating that the author is aware of the terms by which the +contribution has been provided to the project. The non-committer must +additionally have an Eclipse Foundation account and must have a signed Eclipse +Contributor Agreement (ECA) on file. + +For more information, please see the Eclipse Committer Handbook: +https://www.eclipse.org/projects/handbook/#resources-commit + +## Contact + +Contact the Eclipse Foundation Webdev team via webdev@eclipse-foundation.org. -- GitLab