From 6cac81241961e3b68b0a5992cf325b4e9db8b3af Mon Sep 17 00:00:00 2001 From: mrdoob Date: Fri, 3 Jul 2026 09:28:44 +0900 Subject: [PATCH 1/2] Fix heading typo in CONTRIBUTING.md --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index bb649bc886a13c..edff84bbfc6f20 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Contribution +# Contributing ## Introduction It is assumed that you know a little about Node.js and Git. If not, [here's some help to get started with Git](https://help.github.com/en/github/using-git) and [here’s some help to get started with Node.js.](https://nodejs.org/en/docs/guides/getting-started-guide/) From d51eb061e673cb9ec7f22c0277eefe925d7e2f05 Mon Sep 17 00:00:00 2001 From: mrdoob Date: Fri, 3 Jul 2026 14:13:19 +0900 Subject: [PATCH 2/2] Examples: Removed (wip) from webgpu. --- examples/files.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/files.json b/examples/files.json index d1ed0d5f566155..7f68e871d41744 100644 --- a/examples/files.json +++ b/examples/files.json @@ -303,7 +303,7 @@ "webgl_tsl_clearcoat", "webgl_tsl_instancing" ], - "webgpu (wip)": [ + "webgpu": [ "webgpu_animation_retargeting", "webgpu_animation_retargeting_readyplayer", "webgpu_backdrop",