diff options
author | JF Bastien <github@jfbastien.com> | 2015-11-16 21:51:01 -0800 |
---|---|---|
committer | JF Bastien <github@jfbastien.com> | 2015-11-16 21:51:01 -0800 |
commit | cbb918466e8acff5dfd443a8931500fe19a84ca9 (patch) | |
tree | 9bfd976a021f77ca979d5444693d7dbd1c7cda9a | |
parent | 9d3c3cadb3b383f64a45dbfa20d07a144ff59c8d (diff) | |
download | binaryen-cbb918466e8acff5dfd443a8931500fe19a84ca9.tar.gz binaryen-cbb918466e8acff5dfd443a8931500fe19a84ca9.tar.bz2 binaryen-cbb918466e8acff5dfd443a8931500fe19a84ca9.zip |
Create 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. |