eclipse-sdv-blueprints / blueprints

Blueprints project management
2 stars 1 forks source link

Eclipse SDV Blueprints

A collaborative initiative led by Eclipse SDV members to bring the Software Defined Vehicle concepts to life. A crucial aspect of each blueprint is to ensure users can easily reproduce it on their own. This requires well-written and highly clear documentation. Users can utilize blueprints as they are, for inspiration or as a foundation to customize and meet their specific needs.

First and foremost, a blueprint must follow the Eclipse SDV TAC Principles

This repository

Eclipse SDV Blueprints project hosts a collection of blueprints. Each blueprint has its own repository. This particular repository does not contain any code or a particular blueprint. It is used for governance purposes only. For exmple, if you want to propose a new blueprint, you can create an issue with this repository to get started.

Process and principles for new blueprints

New blueprints will be added to the SDV Blueprints project without EMO interfering. It's up to the SDV Blueprints project and/or SDV working group to decide on the incoming criteria. We will roughly follow the following process for creation of new blueprint.s

Step 1: The Proposal

Announce and present the idea for your blueprint. You will do this by creating an issue here. Be as detailed as possible. Use diagrams and explanations. Github isues support markdown format so make use of it.

Step 2: Process for promotion into a new blueprint

We follow Eclipse foundation guidelines, and when you propose a new blue print, you wil be expected to demonstrate that your blueprint meets some bare minimal criteria:

We will comment and review the proposal using the github issue and help you prepare with the creation of the blueprint.

Step 4: Voting

Existing committers of the SDV blueprints project vote on the blueprint proposal. The voting will be done by commenting on the proposal with the following:

Provisional voting rules:

Step 5: Onboarding

We will as the eclipse help desk to:

... elections of both committers and project leads must include a demonstration of merit. Specifically, the nomination statement for an election should provide examples of how the candidate has demonstrated an understanding of the role they're being elected to. This demonstration is for both the project team and for the community. Describing what the candidate does or will do within the context of the project is not enough. You'll expected to provide links that prove it.
Here are some useful links regarding Committer elections:

SDV Blueprints Badge

Collaboration among Eclipse SDV projects is pivotal for the success and adoption for SDV technologies. To foster a culture of collaboration and recognize the efforts of SDV projects that actively engage in collaborative blueprints, we we provide an "SDV Blueprint Badge."

This badge serves as a symbol of collaboration within the SDV community, inspiring and motivating projects to engage in mutually beneficial development and consolidation. In additions this badges may help earn "maturity" credits for the SDV maturity initiative.

Objective

The primary objective of the SDV Blueprint Badge is to incentivize and recognize collaboration among SDV projects. By acknowledging and rewarding projects that actively participate in collaborative initiatives, the badge aims to foster a culture of cooperation, knowledge sharing, and innovation within the SDV ecosystem.

Badge Criteria

An "SDV Blueprint Badge" will be rewarded to the SDV projects that actively participate in one or more SDV Blueprints.

Badge Design and Awarding

A badge design is in the process of being provided by the Eclipse Foundation. The badges are awarded automatically by the blueprint meta-data [.sdv-blueprint.json]()

SDV Project Maturity

As a part of the overall quality assurance process, participating in a blueprint will earn SDV projects a maturity badge. These badges will be assigned automatically by blueprints meta-data that can be found in a blueprint project. This metadata is maintained in a file named .sdv-blueprint.json and contains content that is similar to:

{
  "name": "fleet-management",
  "version": "0.1.0",
  "description": "Fleet Management",
  "participatingProjects": [
    { "id": "automotive.kuksa" },
    { "id": "automotive.leda" },
    { "id": "automotive.velocitas" },
    ...
  ]
  ...
}

Inactive Blueprints

We will remove and archive blueprints that are not maintained and/or lack committer support.