From fcbde68d3269a0b710260c7ceb5b6998cc5afddf Mon Sep 17 00:00:00 2001 From: Michael Bridgen Date: Fri, 1 Apr 2016 12:34:49 +0100 Subject: [PATCH] docs: add brief section on contributing, to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 449be8c1..ada58371 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,11 @@ Hence we are proposing this specification, along with an initial set of plugins - [Weave - a multi-host Docker network](https://github.com/weaveworks/weave) - [Project Calico - a layer 3 virtual network](https://github.com/projectcalico/calico-cni) +## Contributing to CNI + +We welcome contributions, including [bug reports](https://github.com/appc/cni/issues), and code and documentation improvements. +If you intend to contribute to code or documentation, please read [CONTRIBUTING.md](CONTRIBUTING.md). Also see the [contact section](#contact) in this README. + ## How do I use CNI? ### Requirements