Skip to content

Commit

Permalink
IVGCVSW-7088 Update CONTRIBUTING.md with main branch
Browse files Browse the repository at this point in the history
Signed-off-by: Cathal Corbett <cathal.corbett@arm.com>
Change-Id: I89636c3f693cc5ace5c686cea1cedefaddc57867
  • Loading branch information
catcor01 authored and nikraj01 committed Sep 6, 2022
1 parent 40c1022 commit 06875f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ The Arm NN project is open for external contributors and welcomes contributions.
- Setup Arm NN git repo
- git clone https://review.mlplatform.org/ml/armnn
- cd armnn
- git checkout master
- git checkout main
- git pull (not required upon initial clone but good practice before creating a patch)
- git config user.name "FIRST_NAME SECOND_NAME"
- git config user.email your@email.address
- Commit using sign-off and push patch for code review
- git commit -s
- git push origin HEAD:refs/for/master
- Patch will appear on ML Platform Gerrit [here](https://review.mlplatform.org/q/is:open+project:ml/armnn+branch:master)
- git push origin HEAD:refs/for/main
- Patch will appear on ML Platform Gerrit [here](https://review.mlplatform.org/q/is:open+project:ml/armnn+branch:main)
- See below for adding details of copyright notice and developer certificate
of origin sign off

Expand Down Expand Up @@ -54,11 +54,11 @@ The Arm NN development repository is hosted on the [mlplatform.org git repositor
Contributions must go through code review. Code reviews are performed through the [mlplatform.org Gerrit server](https://review.mlplatform.org). Contributors need to signup to this Gerrit server with their GitHub account
credentials.

Only reviewed contributions can go to the master branch of Arm NN.
Only reviewed contributions can go to the main branch of Arm NN.

## Continuous integration

Contributions to Arm NN go through testing at the Arm CI system. All unit, integration and regression tests must pass before a contribution gets merged to the Arm NN master branch.
Contributions to Arm NN go through testing at the Arm CI system. All unit, integration and regression tests must pass before a contribution gets merged to the Arm NN main branch.

## Communications

Expand Down

0 comments on commit 06875f4

Please sign in to comment.