.. # ******************************************************************************* # Copyright (c) 2024 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 License Version 2.0 which is available at # https://www.apache.org/licenses/LICENSE-2.0 # # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* ########## Branches ########## ******************* Naming Convention ******************* In order to keep an overview which branch belongs to whom the branch name also should be descriptive. The following rules shall apply: #. The branch name shall start with your github username. This will make it easier for everybody to identify the owner of the branch. #. Branch names must be lower case. #. Concatenation is done by underscores _. An example could look like this: Mustermann, GitHub Name: maximuster .. code:: maximuster_my_awesome_branch_name