From 041437ac5596a5fc635e0bb38f2ecfc80ef0ef78 Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Tue, 16 Nov 2021 11:04:38 +0100 Subject: [PATCH] add Where to start? --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 99e3046..ac899f4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,3 +31,9 @@ If you want contribute to JWebAssembly via a PR then * Run the test locally before commit to prevent a regression. * Do the smallest possible PR. If there bugs that block a feature PR then create a separatly PR for the bug. A easer to review a smaller PR. + +## Where to start? + +* In the issues some issue are marked with "good first issue". + +* In the sister project https://github.com/i-net-software/JWebAssembly-API/tree/master/src/de/inetsoftware/jwebassembly/web/dom there are many wrappers to complete for the API on the web.