Skip to content

Commit 48c9a31

Browse files
committed
Initial Import
0 parents  commit 48c9a31

File tree

137 files changed

+6578
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+6578
-0
lines changed

CODE_OF_CONDUCT.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Community Code of Conduct
2+
3+
**Version 1.2
4+
August 19, 2020**
5+
6+
## Our Pledge
7+
8+
In the interest of fostering an open and welcoming environment, we as community members, contributors, committers, and project leaders pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
9+
10+
## Our Standards
11+
12+
Examples of behavior that contributes to creating a positive environment include:
13+
14+
* Using welcoming and inclusive language
15+
* Being respectful of differing viewpoints and experiences
16+
* Gracefully accepting constructive criticism
17+
* Focusing on what is best for the community
18+
* Showing empathy towards other community members
19+
20+
Examples of unacceptable behavior by participants include:
21+
22+
* The use of sexualized language or imagery and unwelcome sexual attention or advances
23+
* Trolling, insulting/derogatory comments, and personal or political attacks
24+
* Public or private harassment
25+
* Publishing others' private information, such as a physical or electronic address, without explicit permission
26+
* Other conduct which could reasonably be considered inappropriate in a professional setting
27+
28+
## Our Responsibilities
29+
30+
With the support of the Eclipse Foundation staff (the “Staff”), project committers and leaders are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
31+
32+
Project committers and leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
33+
34+
## Scope
35+
36+
This Code of Conduct applies within all project spaces, and it also applies when an individual is representing the Eclipse Foundation project or its community in public spaces. Examples of representing a project or community include posting via an official social media account, or acting as a project representative at an online or offline event. Representation of a project may be further defined and clarified by project committers, leaders, or the EMO.
37+
38+
## Enforcement
39+
40+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the Staff at [email protected]. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The Staff is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
41+
42+
Project committers or leaders who do not follow the Code of Conduct in good faith may face temporary or permanent repercussions as determined by the Staff.
43+
44+
## Attribution
45+
46+
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org) , version 1.4, available at [https://www.contributor-covenant.org/version/1/4/code-of-conduct.html](https://www.contributor-covenant.org/version/1/4/code-of-conduct/)

CONTRIBUTING.md

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
# Contributing to Eclipse Leda
2+
3+
Thanks for your interest in this project.
4+
5+
## Project description
6+
7+
In the ambition to build a technology ecosystem for software-defined vehicle,
8+
one of the main challengs will be the combination of the diverse components into
9+
a coherent and useful whole: all the software components in the world will not
10+
have the impact needed to transform the automotive industry unless we can make
11+
them play together coherently an form a functional portfolio.
12+
13+
As a first step towards that goal, Eclipse Leda provides an "SDV distribution" that pulls
14+
together individual contributor pieces from SDV and the larger OSS community, to
15+
deliver a functional and always-available Linux-based image/distribution with
16+
two primary goals:
17+
18+
1. being the crystalization point for functionally integrating
19+
diverse SDV-scope projects into a working whole
20+
2. delivering a continuously
21+
available, always working starting image for developers interested in getting
22+
going with the SDV tech stack
23+
24+
### Background
25+
26+
The newly instantiated Eclipse SDV
27+
working group is currently gearing up to receive a first batch of project
28+
proposals for technology building blocks that will begin to populate the
29+
landscape of what will become an SDV ecosystem. The mid-term goal is to form a
30+
technology ecosystem, where a myriad of projects and companies contribute
31+
diverse functional additions around a set of core APIs, extension points and
32+
integration patterns. To enable developers and users of the SDV ecosystem, an
33+
SDV distribution is expected to help integrating several individual components
34+
and various other open-source projects to a ready-to-use development environment
35+
for new and existing components, as well as creating a basis for
36+
automotive-grade, production-ready SDV solutions.
37+
38+
### Scope
39+
40+
The Eclipse Leda project will provide system image "recipes" to deliver a functional
41+
Linux-based image/distribution in the context of SDV (Software Defined Vehicle),
42+
by pulling together individual contributons from the SDV and the larger OSS
43+
community.
44+
45+
The Eclipse Leda distribution will work with build scripts, package
46+
definitions, image build pipelines, etc, with the goal to pull SDV projects and
47+
dependecies from the larger OSS community into a working Linux system. Such
48+
system images (or other useful forms of delivery, as determined by the project)
49+
will be made available for consumption for anyone who is interested in working
50+
with the SDV tech stack. These deliveries take the form of container (base)
51+
images, installable/flashable image files, etc (again to be evolved by the
52+
project team according to community needs). Also in scope is concise and useful
53+
documentation for consumers of the project's deliverables, plus a method of
54+
delivering that documentation.
55+
56+
### Description
57+
58+
In the context described above - the
59+
ambition of SDV to build a technology ecosystem for software-defined vehicle
60+
concern - a prime challenge will be the combination of these initially diverse
61+
components into a coherent and useful whole: all the software components in the
62+
world will not have the impact needed to transform the automotive industry
63+
unless we can make them play together coherently an form a functional portfolio.
64+
As a first step towards that goal, this proposal (Eclipse Leda) is for a "SDV
65+
distribution" project that pulls together individual contributor pieces from SDV
66+
and the larger OSS community, to deliver a functional and always-available
67+
Linux-based image/distribution with two primary goals:
68+
69+
1. be the crystalization point for functionally integrating diverse SDV-scope projects into a working whole
70+
2. deliver a continually available, always working starting image for developers interested in getting going with the SDV tech stack
71+
72+
### Why Eclipse?
73+
74+
The Eclipse Leda project aims to become the integration point for individual
75+
SDV-related projects, so it only makes sense in the scope of the Eclipse SDV
76+
working group. At the same time, it could be a driving force for showcasing SDV
77+
to the wider communtiy, and for providing a great onboarding experience to
78+
SDV-driven technology.
79+
80+
* https://projects.eclipse.org/projects/automotive.leda
81+
82+
## Terms of Use
83+
84+
This repository is subject to the Terms of Use of the Eclipse Foundation
85+
86+
* http://www.eclipse.org/legal/termsofuse.php
87+
88+
## Developer resources
89+
90+
Information regarding source code management, builds, coding standards, and
91+
more.
92+
93+
* https://projects.eclipse.org/projects/automotive.leda/developer
94+
95+
The project maintains the following source code repositories
96+
97+
* https://github.com/eclipse-leda/leda
98+
* https://github.com/eclipse-leda/leda-distro
99+
* https://github.com/eclipse-leda/meta-leda
100+
101+
## Eclipse Development Process
102+
103+
This Eclipse Foundation open project is governed by the Eclipse Foundation
104+
Development Process and operates under the terms of the Eclipse IP Policy.
105+
106+
* https://eclipse.org/projects/dev_process
107+
* https://www.eclipse.org/org/documents/Eclipse_IP_Policy.pdf
108+
109+
## Eclipse Contributor Agreement
110+
111+
In order to be able to contribute to Eclipse Foundation projects you must
112+
electronically sign the Eclipse Contributor Agreement (ECA).
113+
114+
* http://www.eclipse.org/legal/ECA.php
115+
116+
The ECA provides the Eclipse Foundation with a permanent record that you agree
117+
that each of your contributions will comply with the commitments documented in
118+
the Developer Certificate of Origin (DCO). Having an ECA on file associated with
119+
the email address matching the "Author" field of your contribution's Git commits
120+
fulfills the DCO's requirement that you sign-off on your contributions.
121+
122+
For more information, please see the Eclipse Committer Handbook:
123+
https://www.eclipse.org/projects/handbook/#resources-commit
124+
125+
## Contact
126+
127+
Contact the project developers via the project's "dev" list.
128+
129+
* https://accounts.eclipse.org/mailing-list/leda-dev
130+

0 commit comments

Comments
 (0)