Skip to content

Commit daec8d8

Browse files
committed
chore: rename TemplateSingleSim references to SceneryStackTemplate
1 parent 262d3fc commit daec8d8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ updates:
1414
prefix: "chore"
1515
include: "scope"
1616
# @types/node major versions track the Node.js runtime (see shared CI default).
17-
# Bump TemplateSingleSim and repos together when CI node-version changes.
17+
# Bump SceneryStackTemplate and repos together when CI node-version changes.
1818
ignore:
1919
- dependency-name: "@types/node"
2020
update-types: ["version-update:semver-major"]

doc/multi-screen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ To pull template improvements back into an existing fork:
276276

277277
```sh
278278
# One-time: add the template as a remote
279-
git remote add template https://github.com/OpenPhysics/TemplateSingleSim.git
279+
git remote add template https://github.com/OpenPhysics/SceneryStackTemplate.git
280280

281281
# Pull template changes into a branch for review
282282
git fetch template

tests/memory-leak.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Fleet-standard memory-leak regression suite (TemplateSingleSim / QubitSketch pattern).
2+
* Fleet-standard memory-leak regression suite (SceneryStackTemplate / QubitSketch pattern).
33
*/
44

55
import { describe, expect, it } from "vitest";

0 commit comments

Comments
 (0)