diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-02-18 00:19:48 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2016-02-18 00:19:48 +0530 |
commit | f7f0eea47035f4316d09db26315bf8ebb72637c9 (patch) | |
tree | 69b549eb0c480752ca6cce544c5fa2eebcf2595e | |
parent | 61f09cce4e7c1681fd1f7fbefada596316f06809 (diff) | |
parent | e5774392b4044a12259194461bd049729705ef47 (diff) | |
download | servo-f7f0eea47035f4316d09db26315bf8ebb72637c9.tar.gz servo-f7f0eea47035f4316d09db26315bf8ebb72637c9.zip |
Auto merge of #9682 - KiChjang:claim-issue, r=mbrubeck
Added section to encourage contributors to claim issue first
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9682)
<!-- Reviewable:end -->
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a2dae5456fc..fd61b15a50f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,10 @@ 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. +Should you wish to work on an issue, please claim it first by commenting on +the GitHub issue that you want to work on it. This is to prevent duplicated +efforts from contributors on the same issue. + Head over to [Servo Starters](http://servo.github.io/servo-starters/) to find good tasks to start with. |