Vela Contributions

Contributions to Vela are very much welcomed!

Coding Standard

Vela is written using Python 3.6 language constructs in order to aid compatibility with other tools. All code must also be run through the formatting and linting tools described in Vela Testing

Submitting

In order to submit a contribution push your patch to the Vela Gerrit Server using the address ssh://<GITHUB_USER_ID>@review.mlplatform.org:29418/ml/ethos-u/ethos-u-vela. To do this you will need to sign-in to the platform using a GitHub account and add your SSH key under your settings.
In the commit message please include a Change-Id and a Signed-off-by (described below).

Contribution Guidelines

Contributions are only accepted under the following conditions:

To indicate that you agree to these contribution guidelines you must add an appropriate 'Signed-off-by: Real Name username@example.org' line with your real name and e-mail address to every commit message. This can be done automatically by adding the -s option to your git commit command.

No contributions will be accepted from pseudonyms or anonymous sources.

Code Reviews

All contributions go through a code review process. Only submissions that are approved and verified by this process will be accepted. Code reviews are performed using the Vela Gerrit Server.

Testing Prior to Submission

Prior to submitting a patch for review please make sure that all the pre-commit checks and tests have been run and are passing (see Vela Testing for more details).