From 68dd3dde59b0a339819407cfdf0c465809092e75 Mon Sep 17 00:00:00 2001 From: Yoshinori Isogai Date: Tue, 5 Jul 2016 07:09:49 +0900 Subject: [PATCH] Change contributing section of "this query" link to finding open Kotlin issues (#891) --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 656431c68f4..1abf673b9b8 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -120,7 +120,7 @@ We love contributions! There's [lots to do on Kotlin](http://youtrack.jetbrains. about what you're interested in doing? Please join the #kontributors channel in [our Slack chat](http://kotlinslackin.herokuapp.com/) and let us know about your plans. -If you want to find some issues to start off with, try [this query](https://youtrack.jetbrains.com/issues?q=tag%3A+%7BUp+For+Grabs%7D+%23Unresolved) which should find all issues that marked as "up-for-grabs". +If you want to find some issues to start off with, try [this query](https://youtrack.jetbrains.com/issues/KT?q=tag:%20%7BUp%20For%20Grabs%7D%20%23Unresolved) which should find all Kotlin issues that marked as "up-for-grabs". Currently only committers can assign issues to themselves so just add a comment if you're starting work on it.