From 46ffcd07cbcbc8f5178b94709dc2cb6193a53ed0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 12 Oct 2017 09:50:52 +0200 Subject: [PATCH] HELP-US: the label "PR-welcome" is now renamed to "help wanted" following the new github "standard" --- docs/HELP-US.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/HELP-US.md b/docs/HELP-US.md index d9e0bddc5..d37ad9480 100644 --- a/docs/HELP-US.md +++ b/docs/HELP-US.md @@ -17,9 +17,9 @@ down and report the bug. Or make your first pull request with a fix for that. ## PR-welcome -In the issue tracker we occasionally mark bugs with -[PR-welcome](https://github.com/curl/curl/labels/PR-welcome), as a sign that -the bug is acknowledged to exist and that there's nobody known to work on this +In the issue tracker we occasionally mark bugs with [help +wanted](https://github.com/curl/curl/labels/help%20wanted), as a sign that the +bug is acknowledged to exist and that there's nobody known to work on this issue for the moment. Those are bugs that are fine to "grab" and provide a pull request for. The complexity level of these will of course vary, so pick one that piques your interest.