From c2f7e5b641e1548fe2e491f169c13bbd5cd59ce6 Mon Sep 17 00:00:00 2001 From: Allan Farinas Date: Tue, 19 Dec 2017 22:10:51 -0800 Subject: [PATCH] Added contributors/devel/help-wanted.md Updated contributors/devel/help-wanted.md based on @cblecker's feedback --- contributors/devel/help-wanted.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 contributors/devel/help-wanted.md diff --git a/contributors/devel/help-wanted.md b/contributors/devel/help-wanted.md new file mode 100644 index 000000000..eb1038a4c --- /dev/null +++ b/contributors/devel/help-wanted.md @@ -0,0 +1,13 @@ +# Help Wanted + +Items marked with the `help wanted` label need to ensure that they are: + +- Sufficiently actionable: clear description of what should be done +- Tractable for new/casual contributors: there is documentation how that type of change should be made +- Goldilocks priority: Not too high that a core contributor should do it, but not too low that it isn't useful enough for a core contributor to spend time to review it, answer questions, help get it into a release, etc. +- Up to date: Often these issues become obsolete and have already been done, are no longer desirable, no longer make sense, change in priority, change in difficulty, etc. + +Related commands: + +- `/help` : adds the `help wanted` label to an issue +- `/remove-help` : removes the `help wanted` label from an issue \ No newline at end of file