From dc1fa0745f779d8c9a513dea71021d263b89ca5f Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Tue, 28 May 2013 22:33:48 -0600 Subject: [PATCH] Improved wording of a maintainer's responsibilities --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84c854007d..7d90e28ca8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -150,10 +150,10 @@ You don't have to be a maintainer to make a difference on the project! It is every maintainer's responsibility to: -# 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 +* 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 roadmap of the project. ### How is this process changed?