From d0a4e063975c5aeefb1b4a32345f56b77c5c8ef8 Mon Sep 17 00:00:00 2001 From: John Senner Date: Tue, 5 Mar 2019 05:37:23 -0700 Subject: [PATCH] Fix github issues link (#2615) * Fix github issues link * Fix link to issues for server tagged ReactNative --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a45edd88..11a5aa442 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ To help with testing app updates before they're released, you can: ### Contribute Code -1. Look in [GitHub issues](https://github.com/mattermost/mattermost-server/issues) for issues marked as [Help Wanted] +1. Look in [GitHub issues](https://github.com/mattermost/mattermost-server/issues?q=label%3A"React+Native") for issues marked as [Help Wanted] 2. Comment to let people know you’re working on it 3. Follow [these instructions](https://developers.mattermost.com/contribute/mobile/developer-setup/) to set up your developer environment 4. Join the [Native Mobile Apps channel](https://pre-release.mattermost.com/core/channels/native-mobile-apps) on our team site to ask questions