From dd51a276a4e367b59d206c200edfb430cd52ffe8 Mon Sep 17 00:00:00 2001 From: James Sanders Date: Sat, 7 Nov 2015 13:11:42 -0700 Subject: [PATCH] Add servo-starters to CONTRIBUTING Fixes #8338 --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf12e0ae34c..a2dae5456fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,8 @@ pull requests. Each pull request will be reviewed by a core contributor given feedback for changes that would be required. All contributions should follow this format, even those from core contributors. -If you're looking for easy bugs, have a look at the [E-Easy issue tag](https://github.com/servo/servo/labels/E-easy) on GitHub. +Head over to [Servo Starters](http://servo.github.io/servo-starters/) to find +good tasks to start with. See [`HACKING_QUICKSTART.md`](HACKING_QUICKSTART.md) for more information on how to start working on Servo.