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