From cc96d312526dac5eff3e0521b921e08301715ce5 Mon Sep 17 00:00:00 2001 From: Daan van Berkel Date: Fri, 13 Jun 2014 06:51:54 +0200 Subject: [PATCH] use a numbered list for maintainers responsibility At the moment maintainers responsibility are spelled out with a hybrid list. I.e. an unordered list with an associated number. In this commit I the number list proper is used. Docker-DCO-1.1-Signed-off-by: Daan van Berkel (github: dvberkel) --- hack/MAINTAINERS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hack/MAINTAINERS.md b/hack/MAINTAINERS.md index 9dbdf99d9a..8af6013193 100644 --- a/hack/MAINTAINERS.md +++ b/hack/MAINTAINERS.md @@ -24,12 +24,12 @@ speak up! It is every maintainer's responsibility to: -* 1) Expose a clear roadmap for improving their component. -* 2) Deliver prompt feedback and decisions on pull requests. -* 3) Be available to anyone with questions, bug reports, criticism etc. +1. Expose a clear roadmap for improving their component. +2. Deliver prompt feedback and decisions on pull requests. +3. Be available to anyone with questions, bug reports, criticism etc. on their component. This includes IRC, GitHub requests and the mailing list. -* 4) Make sure their component respects the philosophy, design and +4. Make sure their component respects the philosophy, design and roadmap of the project. ## How are decisions made?