Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.23 KB

CONTRIBUTING.md

File metadata and controls

37 lines (23 loc) · 1.23 KB

How to Contribute

Network Operator is Apache 2.0 licensed and accepts contributions via GitHub pull requests. This document outlines some of the conventions on development workflow, commit message formatting, contact points and other resources to make it easier to get your contribution accepted.

Coding Style

Please follows the standard formatting recommendations and language idioms set out in Effective Go and in the Go Code Review Comments wiki.

Certificate of Origin

In order to get a clear contribution chain of trust we use the signed-off-by language used by the Linux kernel project.

DCO can be found here

Format of the patch

Beside the signed-off-by footer, we expect each patch to comply with the following format:

Change summary

More detailed explanation of your changes: Why and how.
Wrap it to 72 characters.

Signed-off-by: <contributor@foo.com>

Format of PR title and description

Pull Request title and description are expected to conform to conventional commits specification