diff --git a/README.md b/README.md index 50c9449de9..b26c998e24 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Before you contribute, please read through the contributing and developer guides - [Full Framework](documentation/wiki/Building-Testing-and-Debugging-on-Full-Framework-MSBuild.md) - [Mono](documentation/wiki/Building-Testing-and-Debugging-on-Mono-MSBuild.md) -* See our [up for grabs issues](https://github.com/Microsoft/msbuild/issues?q=is%3Aopen+is%3Aissue+label%3Aup-for-grabs) for a list of issues we think are great to onboard new developers. +* See our [help wanted issues](https://github.com/dotnet/msbuild/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) for a list of issues we think are great to onboard new developers. - **Note:** Please leave a comment asking to be assigned the issue if you want to work on it. * See our [label documentation](documentation/wiki/Labels.md) for descriptions of labels we use throughout the repo. diff --git a/documentation/wiki/Labels.md b/documentation/wiki/Labels.md index 7f65e10ad9..0ede6a5348 100644 --- a/documentation/wiki/Labels.md +++ b/documentation/wiki/Labels.md @@ -9,4 +9,4 @@ Here's a brief explanation on the labels most often used by the MSBuild team exc | `initial-investigation` | A member of the team does a "first pass" investigation. | `needs-triage` is applied and team member and unassigns themselves after the initial investigation is complete. | | `stale` | An issue marked with `needs-more-info` is inactive for 7 days. | The issue will be closed after 30 days of inactivity while the `stale` label is applied. | | `For consideration` | An issue should get higher prioritization when planning the next set of features. | | -| `up-for-grabs` | Anyone can take ownership over this issue. | If a contributor wants to take the issue on, they should ask that it be assigned to them BEFORE doing development work. | +| `help wanted` | Anyone can take ownership over this issue. | If a contributor wants to take the issue on, they should ask that it be assigned to them BEFORE doing development work. |