diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2017-06-14 14:41:19 -0700 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2017-06-14 14:41:19 -0700 |
commit | 5ee5a6c0fc9ede1bc1e1569b47c278396328b7d0 (patch) | |
tree | 2774ff9c21de482028e8a35ba439c5fedbdba5ce | |
parent | 2aae68e8072d993b3f80b1dcaf4ddec383717cd3 (diff) |
Link to easy and less easy issues, also help-me-find-something issue in CONTRIBUTING.md
-rw-r--r-- | CONTRIBUTING.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3f00541d..5de3dcb4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,6 +10,7 @@ out to us in a GitHub issue, or stop by - [Code of Conduct](#code-of-conduct) - [Filing an Issue](#filing-an-issue) +- [Looking to Start Contributing to `bindgen`?](#looking-to-start-contributing-to-bindgen) - [Building](#building) - [Testing](#testing) - [Overview](#overview) @@ -43,6 +44,12 @@ issue, provide us with: * The actual `bindgen` output * The [debugging logs](#logs) generated when running `bindgen` on this testcase +## Looking to Start Contributing to `bindgen`? + +* [Issues labeled "easy"](https://github.com/servo/rust-bindgen/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy) +* [Issues labeled "less easy"](https://github.com/servo/rust-bindgen/issues?q=is%3Aopen+is%3Aissue+label%3AE-less-easy) +* Still can't find something to work on? [Drop a comment here](https://github.com/servo/rust-bindgen/issues/747) + ## Building To build the `bindgen` library and the `bindgen` executable: |