diff options
author | Jay Phelps <hello@jayphelps.com> | 2018-09-11 16:09:45 -0400 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2018-09-11 13:09:45 -0700 |
commit | 30de95a537857eac7c33b46cdf3606f93dff37c9 (patch) | |
tree | 989b06234755d04350f7e7a1bed1e4cf973da931 /test/spec/Contributing.md | |
parent | 249b4b78d765c0f83029c3afd107cbe9ea025681 (diff) | |
download | binaryen-30de95a537857eac7c33b46cdf3606f93dff37c9.tar.gz binaryen-30de95a537857eac7c33b46cdf3606f93dff37c9.tar.bz2 binaryen-30de95a537857eac7c33b46cdf3606f93dff37c9.zip |
check-in the test/spec suite instead of as submodule (#1677)
Diffstat (limited to 'test/spec/Contributing.md')
-rw-r--r-- | test/spec/Contributing.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/spec/Contributing.md b/test/spec/Contributing.md new file mode 100644 index 000000000..1cc607fa4 --- /dev/null +++ b/test/spec/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. |