Skip to content

Commit a087f3f

Browse files
committed
docs: add mono-repo migration notice
1 parent a73f33c commit a087f3f

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# scratch-gui
22

3-
Scratch GUI is a set of React components that comprise the interface for creating and running Scratch 3.0 projects
3+
## **⚠️ NOTICE: Repository Migration to Mono-Repo ⚠️**
4+
5+
The Scratch Team has migrated the `scratch-gui` module into a new mono-repo,
6+
[`scratch-editor`](https://github.com/scratchfoundation/scratch-editor). This independent `scratch-gui` 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-gui` is published to the NPM registry as
10+
[`@scratch/scratch-gui`](https://www.npmjs.com/package/@scratch/scratch-gui).
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+
24+
Scratch GUI is a set of React components that comprise the interface for creating and running Scratch 3.0 projects.
425

526
To open the current build in your browser on Github Pages:
627

0 commit comments

Comments
 (0)