From 6a42aba3aa7c73627fd73da3d57dd233de1184e8 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Thu, 16 May 2019 16:05:33 -0400 Subject: [PATCH] github: add mailing list! --- .github/CONTRIBUTING.md | 35 +++++++++++++++-------------------- .github/ISSUE_TEMPLATE.md | 18 +++++++++++------- README.md | 3 ++- 3 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 8644931061..af385e3878 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,25 +1,23 @@ # How to Contribute -CoreOS projects are [Apache 2.0 licensed](LICENSE) and accept 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. +CoreOS projects are [Apache 2.0 licensed](LICENSE) and accept 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. # Certificate of Origin -By contributing to this project you agree to the Developer Certificate of -Origin (DCO). This document was created by the Linux Kernel community and is a -simple statement that you, as a contributor, have the legal right to make the -contribution. See the [DCO](DCO) file for details. +By contributing to this project you agree to the Developer Certificate of Origin (DCO). +This document was created by the Linux Kernel community and is a simple statement that you, as a contributor, have the legal right to make the contribution. +See the [DCO](DCO) file for details. # Email and Chat -The project currently uses the general CoreOS email list and IRC channel: -- Email: [coreos-dev](https://groups.google.com/forum/#!forum/coreos-dev) -- IRC: #[coreos](irc://irc.freenode.org:6667/#coreos) IRC channel on freenode.org +The project currently uses a mailing list and IRC channel: -Please avoid emailing maintainers found in the MAINTAINERS file directly. They -are very busy and read the mailing lists. +- Email: [clair-dev@googlegroups.com](https://groups.google.com/forum/#!forum/clair-dev) +- IRC: #[coreos](irc://irc.freenode.org:6667/#clair) IRC channel on freenode.org + +Please avoid emailing maintainers directly. +They are very busy and read the mailing lists. ## Getting Started @@ -42,9 +40,8 @@ Thanks for your contributions! ### Format of the Commit Message -We follow a rough convention for commit messages that is designed to answer two -questions: what changed and why. The subject line should feature the what and -the body of the commit should describe the why. +We follow a rough convention for commit messages that is designed to answer two questions: what changed and why. +The subject line should feature the what and the body of the commit should describe the why. ``` scripts: add the test-cluster command @@ -65,7 +62,5 @@ The format can be described more formally as follows: