Important: Issues labeled good first issue are intended to introduce new
contributors to iceoryx2 development and help them ramp up.
They should offer a meaningful challenge and require some time and effort for
new developers to understand the underlying concepts.
-
Every new contributor must sign the Eclipse Contributor Agreement (ECA) first.
-
Before you start to work, please create an issue first.
-
Create a branch with the prefix
iox2-$ISSUE_NUMBER$. -
Every file requires this copyright header.
// Copyright (c) 2023 Contributors to the Eclipse Foundation // // See the NOTICE file(s) distributed with this work for additional // information regarding copyright ownership. // // This program and the accompanying materials are made available under the // terms of the Apache Software License 2.0 which is available at // https://www.apache.org/licenses/LICENSE-2.0, or the MIT license // which is available at https://opensource.org/licenses/MIT. // // SPDX-License-Identifier: Apache-2.0 OR MIT -
Every commit must have the prefix
[#$ISSUE_NUMBER$]. -
When the work is done, please add your changes to the release notes in
doc/release-notes/iceoryx2-unreleased.md. -
Create a pull request.
- USE OUR PR TEMPLATE, Add all comments into the
Notes for Reviewersection.