From e9321b83874d539fb5e844e3f165dbd77a5889d8 Mon Sep 17 00:00:00 2001 From: Olivier Biot Date: Sun, 10 May 2026 20:24:44 +0800 Subject: [PATCH 1/2] docs(readme): add Capacitor to the Tools integration row MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the official Capacitor wordmark next to Cordova in the README's Tools integration row, linking to capacitorjs.com. Source: capacitorjs.com header logo (252x48 PNG with transparent background). Saved locally under media/icons/ so the README renders correctly from the npm tarball — same convention as the codeandweb.com SVGs added in #1438. No vector source exists; Ionic doesn't publish Capacitor as an SVG. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 1 + media/icons/capacitor.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 media/icons/capacitor.svg diff --git a/README.md b/README.md index 25caa4547..31780d309 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ melonJS is supporting the below tools and frameworks natively or through our off [![ShoeBox](https://user-images.githubusercontent.com/4033090/136762705-92027d94-d87c-4a95-b051-26647410248d.png "ShoeBox")](https://renderhjs.net/shoebox/) [![Tiled](https://user-images.githubusercontent.com/4033090/136762999-5a7f377b-4136-4205-9fe0-83728c90cb9b.png "Tiled")](https://www.mapeditor.org) [![Cordova](https://user-images.githubusercontent.com/4033090/136763147-6d157ce6-6921-437e-bb8f-0287b86109da.png "Cordova")](https://cordova.apache.org) + [![Capacitor](https://github.com/melonjs/melonJS/raw/master/media/icons/capacitor.svg "Capacitor")](https://capacitorjs.com) [![Spine](https://github.com/melonjs/melonJS/assets/4033090/7a8d81b8-bc80-47bd-80dc-d9a054c78c96 "Spine")](http://esotericsoftware.com) [![aseprite](https://github.com/melonjs/melonJS/assets/4033090/65d19fef-2eba-461a-b925-cc2ad3bb270c "aseprite")](https://www.aseprite.org) diff --git a/media/icons/capacitor.svg b/media/icons/capacitor.svg new file mode 100644 index 000000000..a800e0f44 --- /dev/null +++ b/media/icons/capacitor.svg @@ -0,0 +1 @@ + From 6220c639e59ccd60dc7998f97df065f301b5cbcf Mon Sep 17 00:00:00 2001 From: Olivier Biot Date: Mon, 11 May 2026 08:53:53 +0800 Subject: [PATCH 2/2] =?UTF-8?q?ci:=20nudge=20=E2=80=94=20extend=20main.yml?= =?UTF-8?q?=20comment=20to=20trigger=20CI=20on=20PR=20#1442?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7511856cf..ddd013713 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ name: Build & Test # The proper fix is a status-check shim workflow emitting matching job # names with `success` for the same paths — until that lands, docs PRs # need an admin-merge or a no-op non-md commit (like this one) to nudge -# CI into running. +# CI into running. (PR #1442 — Capacitor icon — needed this nudge.) on: push: branches: [master]