diff options
| -rw-r--r-- | Contributing.md | 30 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 31 insertions, 0 deletions
diff --git a/Contributing.md b/Contributing.md new file mode 100644 index 0000000..0cd9c02 --- /dev/null +++ b/Contributing.md @@ -0,0 +1,30 @@ +# Contributing to WebAssembly + +WebAssembly is initially designed and implemented by browser vendors who are +interested in meeting a variaty of [use cases](UseCases.md). As design and +implementation progresses they'll need input and contributions from developers +interested in using WebAssembly. + +Interested in participating? We suggest you start by: + +1. Reading the [WebAssembly design][]. +2. Joining the IRC channel `irc://irc.w3.org:6667/#webassembly`. +3. Joining the [mailing list][]. + +With that background understood and communication set up, [fork][] the relevant +[WebAssembly repositories][] and send a [pull request][]. Someone from the +[workshop group][] can then merge your pull request. + +Frequent and high-quality contributors will be invited to join the +[contributors group][]. Truly dedicated individuals will then be invited to the +[workshop group][]. + +Happy assembly! + + [WebAssembly design]: https://github.com/WebAssembly/design + [mailing list]: https://lists.w3.org/Archives/Public/public-webassembly/ + [fork]: https://help.github.com/articles/fork-a-repo/ + [WebAssembly repositories]: https://github.com/WebAssembly + [pull request]: https://help.github.com/articles/fork-a-repo/ + [workshop group]: https://github.com/orgs/WebAssembly/teams/workshop + [contributors group]: https://github.com/orgs/WebAssembly/teams/contributors @@ -16,6 +16,7 @@ We've mapped out features we expect to ship: Join us: * On IRC: `irc://irc.w3.org:6667/#webassembly` * On the [mailing list][]. + * [Contribute](Contributing.md)! [WebAssembly]: https://www.w3.org/community/webassembly [mailing list]: https://lists.w3.org/Archives/Public/public-webassembly/ |
