From 3cd73c15f2de5deea006f228d92dd9b8b1da1fcf Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Sun, 8 Jun 2025 11:55:40 -0400 Subject: [PATCH] Meta: Add LibJS issue reporting link --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ad2db1a8f2..2555b5a572 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -470,6 +470,7 @@ Tests expressed with this convention are built automatically following the sourc - [Hermes](https://github.com/facebook/hermes/issues/new?labels%5B%5D=need+triage&labels%5B%5D=bug&template=01_bug_report.md&title=) - [JavaScriptCore](https://bugs.webkit.org/enter_bug.cgi?product=WebKit&component=JavaScriptCore) - [Kiesel](https://codeberg.org/kiesel-js/kiesel/issues/new) +- [Ladybird LibJS](https://github.com/LadybirdBrowser/ladybird/issues/new?template=bug_report.yml) - [Moddable XS](https://github.com/Moddable-OpenSource/moddable/issues/new?assignees=&labels=&template=bug_report.md&title=) - [QuickJS](https://github.com/bellard/quickjs/issues/new) - [SpiderMonkey](https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&component=JavaScript%20Engine)