Skip to content

Update HelpWantedProcess.md #51967

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/HelpWantedProcess.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ This process (we'll refer to it as `help-wanted` process going forward) triggers
3. As part of filling out the template, the engineer will also need to **describe a high-level design for how to approach the problem and how it can be solved**.
4. When all the sections of the template are filled in, the engineer will then need to **apply one of the `Complexity: <value>` labels**, to indicate how easy / hard will it be to tackle the issue.
This will help community members to find the right type of issue to contribute to.
5. After posting this comment, the assigned **engineer will unassign themself** from the issue and will **replace the `help-candidate` label with `help-wanted` label**, as an indicator, that the issue is ready for the community to pick up.
5. After posting this comment the assigned engineer should:
- Unassign themself from the issue.
- **Replace the `help candidate` label with `help wanted` label**, as an indicator, that the issue is ready for the community to pick up.
- Copy the direct link to the summary comment and add the link to the bottom of the description of the issue to help with discoverability, as there can be too many comments in the issue and the summary comment may be hard to find.
Here is an example comment to use:

```text
**Summary Comment** : https://github.com/dotnet/aspnetcore/issues/51912#issuecomment-1801246403
```

This will conclude the process.