From d1a4ca921b4ffab879aa0581bc39908a77018cf2 Mon Sep 17 00:00:00 2001 From: eugene yokota Date: Tue, 17 Jul 2018 16:19:13 -0400 Subject: [PATCH] Updated Issues Gardening (markdown) --- Issues-Gardening.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Issues-Gardening.md b/Issues-Gardening.md index f959d82..e3fbc7c 100644 --- a/Issues-Gardening.md +++ b/Issues-Gardening.md @@ -50,7 +50,10 @@ As such, from time to time older issues (especially feature requests) should be ### "Help wanted" label +"Help wanted" is a signal to the community that sbt project is looking for help on the task. +As such, we should pick out only the issues that the current maintainers will accept pull requests. For example "Adopt Technology X in replacement of Y" should not have "Help wanted" label unless there's a strong consensus around it. Otherwise, contributors might pick it up, spend some time, only to be rejected in the pull request. +It's recommended that we follow [issue template](https://raw.githubusercontent.com/sbt/sbt/1.x/ISSUE_TEMPLATE.md) so that the acceptance criteria are clear. ### Good First Issues