From afbe1f80dab6c4b95d934528bd7849b7af1ea19b Mon Sep 17 00:00:00 2001 From: jfh Date: Thu, 14 Oct 2021 15:07:29 +0300 Subject: [PATCH] Add a link for good first issues. [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf752a55b7..400e240a46 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ the best ways to get started are below: Most tasks are listed in the [issue tracker](https://github.com/RustPython/RustPython/issues). Check issues -labeled with `good first issue` if you wish to start coding. +labeled with [good first issue](https://github.com/RustPython/RustPython/issues?q=label%3A%22good+first+issue%22+is%3Aissue+is%3Aopen+) if you wish to start coding. To enhance CPython compatibility, try to increase unittest coverage by checking this article: [How to contribute to RustPython by CPython unittest](https://rustpython.github.io/guideline/2020/04/04/how-to-contribute-by-cpython-unittest.html)