ArmNN
 21.02
ContributorGuide.md
Go to the documentation of this file.
1 # Contribution Guidelines
2 
3 The Arm NN project is open for external contributors and welcomes contributions. Arm NN is licensed under the [MIT license](https://spdx.org/licenses/MIT.html) and all accepted contributions must have the same license. For more details on contributing to Arm NN see the [Contributing page](https://mlplatform.org/contributing/) on the [MLPlatform.org](https://mlplatform.org/) website.
4 
5 ## Developer Certificate of Origin (DCO)
6 
7 Before the Arm NN project accepts your contribution, you need to certify its origin and give us your permission. To manage this process we use Developer Certificate of Origin (DCO) V1.1 (https://developercertificate.org/).
8 
9 To indicate that you agree to the the terms of the DCO, you "sign off" your contribution by adding a line with your name and e-mail address to every git commit message:
10 
11 Signed-off-by: John Doe <john.doe@example.org>
12 
13 You must use your real name, no pseudonyms or anonymous contributions are accepted.
14 
15 ## In File Copyright Notice
16 
17 In each source file, include the following copyright notice:
18 
19 //
20 // Copyright © `<years additions were made to project> <your name>` and Contributors. All rights reserved.
21 // SPDX-License-Identifier: MIT
22 //
23 
24 Note: if an existing file does not conform, update it when you next modify it, as convenient.
25 
26 ## Releases
27 
28 Official Arm NN releases are published through the official [Arm NN Github repository](https://github.com/ARM-software/armnn).
29 
30 ## Development repository
31 
32 The Arm NN development repository is hosted on the [mlplatform.org git repository](https://git.mlplatform.org/ml/armnn.git/) hosted by [Linaro](https://www.linaro.org/).
33 
34 ## Code reviews
35 
36 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
37 credentials.
38 
39 Only reviewed contributions can go to the master branch of Arm NN.
40 
41 ## Continuous integration
42 
43 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.
44 
45 ## Communications
46 
47 We encourage all Arm NN developers to subscribe to the [Arm NN developer mailing list](https://lists.linaro.org/mailman/listinfo/armnn-dev).