From 7203385fdc5555c170da4f1e5029c1ae5717f88b Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Tue, 23 Jul 2019 17:41:57 -0700 Subject: [PATCH] docs: link to good first issues (#9440) --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7b4d425a05b8..b956c8a72f71 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,10 @@ We'd love your help! This doc covers how to become a contributor and submit code to the project. +## Where can I start? + +We tag issues that are good candidates for those new to the code with [`good first issue`](https://github.com/GoogleChrome/lighthouse/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22good+first+issue%22). We recommend you start there! + ## Follow the coding style The `.eslintrc` file defines all. We use [JSDoc](http://usejsdoc.org/) with [TypeScript](https://github.com/Microsoft/TypeScript/wiki/JSDoc-support-in-JavaScript). Annotations are encouraged for all contributions.