From 93a4e3bea04c2e856e1ad13ccf2f620009be6243 Mon Sep 17 00:00:00 2001 From: VinniShiva Date: Mon, 1 Sep 2025 15:34:31 +0530 Subject: [PATCH] Adding this --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eeb5b10e7..823984b55 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ contributors to follow so we have a chance to keep on top of things. ## Code contributions -Code contributions are greatly appreciated. We currently target V8 3.26, so +Code contributions are greatly appreciated. We currently target V8 3.26, soo all contributions must link against that version of V8. Code contributions should be accompanied by a set of unit tests. All tests are written in Java and executed using JUnit. See `src/test/java` for examples.