Skip to content

Commit b3266a0

Browse files
committed
docs: add mono-repo migration notice
1 parent bb9ac40 commit b3266a0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
## scratch-vm
2+
3+
## **⚠️ NOTICE: Repository Migration to Mono-Repo ⚠️**
4+
5+
The Scratch Team has migrated the `scratch-vm` module into a new mono-repo,
6+
[`scratch-editor`](https://github.com/scratchfoundation/scratch-editor). This independent `scratch-vm` repository
7+
**will be archived**. Any new issues or pull requests should be opened in the mono-repo.
8+
9+
The new mono-repo version of `scratch-vm` is published to the NPM registry as
10+
[`@scratch/scratch-vm`](https://www.npmjs.com/package/@scratch/scratch-vm).
11+
12+
**Contributors:**
13+
14+
* I would like to thank all past contributors for their work on this repository.
15+
* If you are aware of valuable issues or pull requests, please consider re-opening them in the mono-repo. If you do
16+
so, please link the new issue or pull request to the original one in this repository to help others find it and to
17+
reduce the chance of duplicate work.
18+
* We apologize for the inconvenience and greatly appreciate your help with this transition!
19+
20+
For more information, see the [`scratch-editor` repository on GitHub](https://github.com/scratchfoundation/scratch-editor).
21+
22+
## Overview
23+
224
#### Scratch VM is a library for representing, running, and maintaining the state of computer programs written using [Scratch Blocks](https://github.com/scratchfoundation/scratch-blocks).
325

426
[![CI/CD](https://github.com/scratchfoundation/scratch-vm/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/scratchfoundation/scratch-vm/actions/workflows/ci-cd.yml)

0 commit comments

Comments
 (0)