Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.41 KB

File metadata and controls

35 lines (30 loc) · 1.41 KB

Contributing to Eclipse iceoryx2

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.

  1. Every new contributor must sign the Eclipse Contributor Agreement (ECA) first.

  2. Before you start to work, please create an issue first.

  3. Create a branch with the prefix iox2-$ISSUE_NUMBER$.

  4. 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
    
  5. Every commit must have the prefix [#$ISSUE_NUMBER$].

  6. When the work is done, please add your changes to the release notes in doc/release-notes/iceoryx2-unreleased.md.

  7. Create a pull request.

  • USE OUR PR TEMPLATE, Add all comments into the Notes for Reviewer section.