diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-09-08 12:45:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-08 12:45:49 -0500 |
commit | 4dd4ac75e29d3c1b304c9014df18a8efd35d4553 (patch) | |
tree | 0ae783ab9a3d720dd2ef7c8c35cfe63398042a25 | |
parent | bb315bfa7c23333a2c02374d7b7dbfbd3a97f0b6 (diff) | |
parent | 37aa90cd7d53aeda2130d493c59d737b80828ec5 (diff) |
Auto merge of #973 - fitzgen:help-wanted, r=fitzgen
Add a link to issues labeled "help wanted" to CONTRIBUTING.md
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fa345335..1e3274ac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,6 +49,7 @@ issue, provide us with: * [Issues labeled "easy"](https://github.com/rust-lang-nursery/rust-bindgen/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy) * [Issues labeled "less easy"](https://github.com/rust-lang-nursery/rust-bindgen/issues?q=is%3Aopen+is%3Aissue+label%3AE-less-easy) +* [Issues labeled "help wanted"](https://github.com/rust-lang-nursery/rust-bindgen/labels/help%20wanted) * Still can't find something to work on? [Drop a comment here](https://github.com/rust-lang-nursery/rust-bindgen/issues/747) ## Building |