From b13766e5838519643973dbad0b8581965f2cb260 Mon Sep 17 00:00:00 2001 From: Aliaksei Chapyzhenka Date: Sun, 4 Oct 2020 13:12:50 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d9a5c46..bd9ca5f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,9 +11,10 @@ issue, email, twitter, or any other method with the owners of this repository be 4) do not include changes that are not related to the issue at hand 5) follow the same coding style with regards to spaces, semicolons, variable naming etc 6) add tests -4) make sure you install all dependencies by running `npm i` -5) make sure you tested your code by running `npm test` -6) when you think the code is ready for review a pull request should be created +7) make sure you install all dependencies by running `npm i` +8) make sure you tested your code by running `npm test` +9) if changing C/C++ code, you must verify that NAPI and WASM both pass tests +10) when you think the code is ready for review a pull request should be created ## Code of Conduct