From 4229519961120156cee09a63941d461a29bc3573 Mon Sep 17 00:00:00 2001 From: Jesse Palmer Date: Wed, 8 Nov 2023 21:45:11 -0800 Subject: [PATCH] docs: add good first issue sentence (#28089) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a7abb05773e..28a972f08792 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ Material. If you'd like to contribute, please follow our [contributing guidelines][contributing]. Please see our [`help wanted`][help-wanted] label for a list of issues with good opportunities for -contribution. +contribution. You can also use the [`good first issue`][good-first-issue] label to find issues +if you are just starting to contribute to the project. ## What we're working on now (Q2 2023): * Investigating and fixing reported regressions for the new components launched in v15 @@ -81,3 +82,4 @@ We aim for great user experience with the following screen readers: [getting-started]: https://material.angular.io/guide/getting-started [contributing]: https://github.com/angular/components/blob/main/CONTRIBUTING.md [help-wanted]: https://github.com/angular/components/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22 +[good-first-issue]: https://github.com/angular/components/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22+label%3A%22good+first+issue%22