diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-12-21 12:37:58 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-12-21 12:37:58 -0800 |
commit | 007c2960ee5790c83bd105a6a7ec1c6dc6e7e69c (patch) | |
tree | f01314c4f88ff1cff1c877a88c95e9ad8b42824f /Contributing.md | |
parent | 14bc8843341ccbd9a8fec4aba7954dd2a201fd20 (diff) | |
parent | cbb918466e8acff5dfd443a8931500fe19a84ca9 (diff) | |
download | binaryen-007c2960ee5790c83bd105a6a7ec1c6dc6e7e69c.tar.gz binaryen-007c2960ee5790c83bd105a6a7ec1c6dc6e7e69c.tar.bz2 binaryen-007c2960ee5790c83bd105a6a7ec1c6dc6e7e69c.zip |
Merge pull request #5 from WebAssembly/jfbastien-patch-1
License and contributing
Diffstat (limited to 'Contributing.md')
-rw-r--r-- | Contributing.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Contributing.md b/Contributing.md new file mode 100644 index 000000000..1cc607fa4 --- /dev/null +++ b/Contributing.md @@ -0,0 +1,8 @@ +# Contributing to WebAssembly + +Interested in participating? Please follow +[the same contributing guidelines as the design repository][]. + + [the same contributing guidelines as the design repository]: https://github.com/WebAssembly/design/blob/master/Contributing.md + +Also, please be sure to read [the README.md](README.md) for this repository. |