From 13e8bfb9d394dd9509b4e1818706992b4f7440ea Mon Sep 17 00:00:00 2001 From: radeva Date: Mon, 4 Dec 2017 17:31:05 +0200 Subject: [PATCH] docs: Change up-for-grabs filter with `help wanted` (#5078) Since we do not use `up-for-grabs` label anymore, the starting point for contributions is changed to filter by `help wanted` label. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 259b20e46..39ecb6236 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,4 +75,4 @@ It's our turn from there on! We will review the PR and discuss changes you might ### Where to Start -If you want to contribute, but you are not sure where to start - look for [issues marked with up-for-grabs tag](https://github.com/NativeScript/NativeScript/issues?q=is%3Aopen+is%3Aissue+label%3Aup-for-grabs). +If you want to contribute, but you are not sure where to start - look for [issues labeled `help wanted`](https://github.com/NativeScript/NativeScript/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22).