From d3ca177ee4988fcd10c805dd05cf569985599411 Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Thu, 1 Oct 2015 12:43:43 -0700 Subject: [PATCH] README/CONTRIBUTING: mention cni-dev@ list --- CONTRIBUTING.md | 6 +++--- README.md | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 12cb4f97..3c9e213e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # How to Contribute -appc is [Apache 2.0 licensed](LICENSE) and accepts contributions via GitHub +cni is [Apache 2.0 licensed](LICENSE) 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. @@ -16,8 +16,8 @@ contribution. See the [DCO](DCO) file for details. # Email and Chat -The project uses the the appc-dev email list and #appc on Freenode for chat: -- Email: [appc-dev](https://groups.google.com/forum/#!forum/appc-dev) +The project uses the the cni-dev email list and #appc on Freenode for chat: +- Email: [cni-dev](https://groups.google.com/forum/#!forum/cni-dev) - IRC: #[appc](irc://irc.freenode.org:6667/#appc) IRC channel on freenode.org Please avoid emailing maintainers found in the MAINTAINERS file directly. They diff --git a/README.md b/README.md index 5c9b641f..b7ce13ff 100644 --- a/README.md +++ b/README.md @@ -110,3 +110,9 @@ lo Link encap:Local Loopback collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) ``` + +## Contact + +For any questions about CNI, please reach out on the mailing list or IRC: +- Email: [cni-dev](https://groups.google.com/forum/#!forum/cni-dev) +- IRC: #[appc](irc://irc.freenode.org:6667/#appc) IRC channel on freenode.org