From c29b88ed5c5281e4061b3f4ee3224f36983cc27b Mon Sep 17 00:00:00 2001 From: Som Snytt Date: Sun, 29 Apr 2018 13:14:54 -0700 Subject: [PATCH] Minor grammar for contributing text. --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7dc91fcdd..07f014c9a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,9 +31,10 @@ How to contribute to sbt There are lots of ways to contribute to sbt ecosystem depending on your interests and skill level. -- Help someone at work or online help their build problem. +- Help someone at work or online fix their build problem. - Answer StackOverflow questions. -- Create plugins that extends sbt's feature. +- Ask StackOverflow questions. +- Create plugins that extend sbt's features. - Maintain and update [documentation]. - Garden the issue tracker. - Report issues.