From fcb1bb12f384abb2480af925ed43fa2f0b00a71b Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Fri, 12 Jun 2015 18:13:37 +0200 Subject: Add Contributing.md --- Contributing.md | 30 ++++++++++++++++++++++++++++++ README.md | 1 + 2 files changed, 31 insertions(+) create mode 100644 Contributing.md 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 diff --git a/README.md b/README.md index 9d132a2..a650d67 100644 --- a/README.md +++ b/README.md @@ -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/ -- cgit v1.2.3