From 3bac27f2405c746c068dbe31f8f205472d0f1b03 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Tue, 28 May 2013 22:26:42 -0600 Subject: [PATCH] Fixed formatting of CONTRIBUTING.md --- CONTRIBUTING.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1b3c63e7d7..84c854007d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -139,9 +139,9 @@ Solomon. ### How can I become a maintainer? -Step 1: learn the component inside out -Step 2: make yourself useful by contributing code, bugfixes, support etc. -Step 3: volunteer on the irc channel (#docker@freenode) +* Step 1: learn the component inside out +* Step 2: make yourself useful by contributing code, bugfixes, support etc. +* Step 3: volunteer on the irc channel (#docker@freenode) Don't forget: being a maintainer is a time investment. Make sure you will have time to make yourself available. You don't have to be a maintainer to make a difference on the project! @@ -149,10 +149,11 @@ You don't have to be a maintainer to make a difference on the project! ### What are a maintainer's responsibility? It is every maintainer's responsibility to: - a) be aware of which pull requests they must review, and do so quickly - b) communicate clearly and transparently with other maintainers - c) be available to anyone with questions, bug reports, criticism etc. on their component. This includes irc, github requests and the mailing list. - d) make sure they respect the philosophy and design of the project + +# Be aware of which pull requests they must review, and do so quickly +# Communicate clearly and transparently with other maintainers +# Be available to anyone with questions, bug reports, criticism etc. on their component. This includes irc, github requests and the mailing list. +# Make sure they respect the philosophy and design of the project ### How is this process changed?