guide: Add a contributing section and move DESIGN.md under it

Also adds a team section where we enumerate the folks on the `wasm-bindgen` team
and who can review pull requests
This commit is contained in:
Nick Fitzgerald
2018-06-19 11:39:38 -07:00
parent feec53a73b
commit 4cf301985c
5 changed files with 80 additions and 1 deletions

View File

@ -28,7 +28,7 @@ welcome! If you're curious about the design plus even more information about
what this crate can do, check out the [design doc].
[host]: https://github.com/WebAssembly/host-bindings
[design doc]: https://github.com/rustwasm/wasm-bindgen/blob/master/DESIGN.md
[design doc]: https://rustwasm.github.io/wasm-bindgen/design.html
[dom-ex]: https://github.com/rustwasm/wasm-bindgen/tree/master/examples/dom
[console-log]: https://github.com/rustwasm/wasm-bindgen/tree/master/examples/console_log
[perf-ex]: https://github.com/rustwasm/wasm-bindgen/tree/master/examples/performance