diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2015-11-08 02:22:40 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2015-11-08 02:22:40 +0530 |
commit | 89852b9f91392db23ce7764fc74ee9836a531035 (patch) | |
tree | ef4e3b06974bf9f3b34e7b9b5ff4a4939077d0c9 | |
parent | 1979d0a2e63fb7bb52d560b697b045a8743c0d96 (diff) | |
parent | dd51a276a4e367b59d206c200edfb430cd52ffe8 (diff) | |
download | servo-89852b9f91392db23ce7764fc74ee9836a531035.tar.gz servo-89852b9f91392db23ce7764fc74ee9836a531035.zip |
Auto merge of #8398 - jsanders:point-contributing-to-servo-starters, r=nox
Add servo-starters to CONTRIBUTING
Fixes #8338
Came across this after following the old link in CONTRIBUTING, and was unaware of servo-starter (which is awesome, by the way).
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8398)
<!-- Reviewable:end -->
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 2 insertions, 1 deletions
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. |