diff options
author | W. Trevor King <wking@tremily.us> | 2018-04-27 11:58:18 -0700 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-04-27 19:05:46 +0000 |
commit | 4e468ce83d69e9748e80eb98a6f5bd3c5114cc7d (patch) | |
tree | f9907087a60a9d24800f83895391a03dd671a601 /CONTRIBUTING.md | |
parent | 93eb21d156e387f1fd13bfa7068915459edd0a5a (diff) | |
download | podman-4e468ce83d69e9748e80eb98a6f5bd3c5114cc7d.tar.gz podman-4e468ce83d69e9748e80eb98a6f5bd3c5114cc7d.tar.bz2 podman-4e468ce83d69e9748e80eb98a6f5bd3c5114cc7d.zip |
README: Link to CONTRIBUTING.md
Make that information more easily discoverable. And since
CONTRIBUTING.md already mentions IRC, we can drop the IRC reference
from the README to DRY things up.
Also update CONTRIBUTING.md to replace the stale #cri-o reference left
over from the initial libpod/podman fork. While I was touching this
line, I also shuffled some of the wording around to tighten that
sentence up.
Signed-off-by: W. Trevor King <wking@tremily.us>
Closes: #687
Approved by: rhatdan
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bf69cfdab..ce39aeda8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -115,9 +115,8 @@ commit automatically with `git commit -s`. ## Communications -For general questions, or discussions, please use the -IRC group on `irc.freenode.net` called `cri-o` -that has been setup. +For general questions and discussion, please use the +IRC `#podman` channel on `irc.freenode.net`. For discussions around issues/bugs and features, you can use the github [issues](https://github.com/projectatomic/libpod/issues) |