8
0
Pārlūkot izejas kodu

Docs: Added readme in scripts/ which clarifies where to look for the soource code. [skip ci]

Piotrek Koszuliński 8 gadi atpakaļ
vecāks
revīzija
53ba1adb6d
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. 6 0
      scripts/README.md

+ 6 - 0
scripts/README.md

@@ -0,0 +1,6 @@
+Looking for CKEditor 5's source?
+================================
+
+This repository (https://github.com/ckeditor/ckeditor5) is the CKEditor 5's development environment. It centralizes various tools such as test runners, documentation and changelog generators, release scripts, etc.
+
+The source code of the editor is split into multiple repositories, one for each of CKEditor 5 packages. Every package is developed at its own pace and in its own context. Check out the list of [CKEditor 5 packages and repositories](https://github.com/ckeditor/ckeditor5#packages).