From c4382cf5a2e4bd9c656f6ab3595ace5e64b2815b Mon Sep 17 00:00:00 2001 From: Volker Date: Sun, 15 Jul 2018 18:01:45 +0200 Subject: [PATCH] Add contributing text --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..e155e49 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +# Contributing to JWebAssembly + +If you want contribute to JWebAssembly then you can: + +## Write suggestions + +Post a [recommendation](https://github.com/i-net-software/JWebAssembly/issues) or comments on existing recommendation. Such recommendations can to the API or to a runtime library. + +## Write a third party tool/plugin/library + +We need a large infrastructure on tools that based on JWebAssembly. We will happy to support you. For example with specific features. Inform us if you have start and we can link your project. + +## Test JWebAssembly + +Currently it is a little difficult to test JWebAssembly because the missing infrastructure. If you find problems, we will appreciate it if you post a [bug report](https://github.com/i-net-software/JWebAssembly/issues).