Просмотр исходного кода

Move Quill to Slab organization (#4225)

Co-authored-by: Zihua Li <635902+luin@users.noreply.github.com>
Zihua Li 9 месяцев назад
Родитель
Сommit
d5efd42de7

+ 12 - 12
.github/CONTRIBUTING.md

@@ -2,28 +2,28 @@
 
 The best way to contribute is to help others in the Quill community. This includes:
 
-- Reporting new [bugs](https://github.com/quilljs/quill/labels/bug) or adding details to existing ones
-- Reproducing [unconfirmed bugs](https://github.com/quilljs/quill/labels/needs%20reproduction)
+- Reporting new [bugs](https://github.com/slab/quill/labels/bug) or adding details to existing ones
+- Reproducing [unconfirmed bugs](https://github.com/slab/quill/labels/needs%20reproduction)
 - Quick typo fix or documentation improvement [Pull Requests](#pull-requests)
-- Participating in [discussions](https://github.com/quilljs/quill/discussions)
+- Participating in [discussions](https://github.com/slab/quill/discussions)
 
 After becoming familiar with Quill and the codebase, likely through using Quill yourself and making some of the above contributions, you may choose to take on a bigger commitment by:
 
-- Helping fix [bugs](https://github.com/quilljs/quill/labels/bug)
-- Implementing new [features](https://github.com/quilljs/quill/labels/feature)
+- Helping fix [bugs](https://github.com/slab/quill/labels/bug)
+- Implementing new [features](https://github.com/slab/quill/labels/feature)
 - Publishing guides, tutorials, and examples
 - Supporting Quill in other ecosystems (Angular, React, etc)
 
 Note that if you are going to be making significant contributions, you should first open
-a [discussion](https://github.com/quilljs/quill/discussions) to ensure your work aligns with the project's goals and direction.
+a [discussion](https://github.com/slab/quill/discussions) to ensure your work aligns with the project's goals and direction.
 
 ## Questions
 
-If you have a question, it is best to ask on [Discussions](https://github.com/quilljs/quill/discussions) under the Q&A category.
+If you have a question, it is best to ask on [Discussions](https://github.com/slab/quill/discussions) under the Q&A category.
 
 ## Bug Reports
 
-Search through [Github Issues](https://github.com/quilljs/quill/issues) to see if the bug has already been reported. If so, please comment with any additional information.
+Search through [Github Issues](https://github.com/slab/quill/issues) to see if the bug has already been reported. If so, please comment with any additional information.
 
 New bug reports must include:
 
@@ -37,7 +37,7 @@ Lacking reports it may be autoclosed with a link to these instructions.
 
 ## Feature Requests
 
-Search through [Github Issues](https://github.com/quilljs/quill/labels/feature) to see if someone has already suggested the feature. If so, please provide support with a [reaction](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments) and add your own use case.
+Search through [Github Issues](https://github.com/slab/quill/labels/feature) to see if someone has already suggested the feature. If so, please provide support with a [reaction](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments) and add your own use case.
 
 To open a new feature request, please include:
 
@@ -52,7 +52,7 @@ The more complete and compelling the request, the more likely it will ultimately
 
 ## Pull Requests
 
-Please check to make sure your plans fall within Quill's scope. This often means opening up a [discussion](https://github.com/quilljs/quill/labels/discussion).
+Please check to make sure your plans fall within Quill's scope. This often means opening up a [discussion](https://github.com/slab/quill/labels/discussion).
 
 Non-code Pull Requests such as typo fixes or documentation improvements are highly encouraged and are often accepted immediately.
 
@@ -60,7 +60,7 @@ Pull Requests modifying public facing interfaces or APIs, including backwards co
 
 Pull requests must:
 
-1. Be forked off the [main](https://github.com/quilljs/quill/tree/main) branch.
+1. Be forked off the [main](https://github.com/slab/quill/tree/main) branch.
 2. Pass the linter and conform to existing coding styles.
 3. Commits are [squashed](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Squashing-Commits) to minimally coherent units of changes.
 4. Are accompanied by tests covering the new feature or demonstrating the bug for fixes.
@@ -68,4 +68,4 @@ Pull requests must:
 6. Introduce only changes that further the PR's singular purpose (ex. do not tweak an unrelated config along with adding your feature).
 7. Not break any existing unit or end to end tests.
 
-**Important:** By issuing a Pull Request you agree to allow the project owners to license your work under the terms of the [License](https://github.com/quilljs/quill/blob/master/LICENSE).
+**Important:** By issuing a Pull Request you agree to allow the project owners to license your work under the terms of the [License](https://github.com/slab/quill/blob/master/LICENSE).

Разница между файлами не показана из-за своего большого размера
+ 280 - 278
CHANGELOG.md


+ 5 - 5
README.md

@@ -7,14 +7,14 @@
 <p align="center">
   <a title="Documentation" href="https://quilljs.com/docs/quickstart"><strong>Documentation</strong></a>
   &#x2022;
-  <a title="Development" href="https://github.com/quilljs/quill/blob/main/.github/DEVELOPMENT.md"><strong>Development</strong></a>
+  <a title="Development" href="https://github.com/slab/quill/blob/main/.github/DEVELOPMENT.md"><strong>Development</strong></a>
   &#x2022;
-  <a title="Contributing" href="https://github.com/quilljs/quill/blob/main/.github/CONTRIBUTING.md"><strong>Contributing</strong></a>
+  <a title="Contributing" href="https://github.com/slab/quill/blob/main/.github/CONTRIBUTING.md"><strong>Contributing</strong></a>
   &#x2022;
   <a title="Interactive Playground" href="https://quilljs.com/playground/"><strong>Interactive Playground</strong></a>
 </p>
 <p align="center">
-  <a href="https://github.com/quilljs/quill/actions" title="Build Status"><img src="https://github.com/quilljs/quill/actions/workflows/main.yml/badge.svg" alt="Build Status"></a>
+  <a href="https://github.com/slab/quill/actions" title="Build Status"><img src="https://github.com/slab/quill/actions/workflows/main.yml/badge.svg" alt="Build Status"></a>
   <a href="https://npmjs.com/package/quill" title="Version"><img src="https://img.shields.io/npm/v/quill.svg" alt="Version"></a>
   <a href="https://npmjs.com/package/quill" title="Downloads"><img src="https://img.shields.io/npm/dm/quill.svg" alt="Downloads"></a>
 </p>
@@ -96,8 +96,8 @@ npm install quill
 
 Get help or stay up to date.
 
-- [Contribute](https://github.com/quilljs/quill/blob/main/.github/CONTRIBUTING.md) on [Issues](https://github.com/quilljs/quill/issues)
-- Ask questions on [Discussions](https://github.com/quilljs/quill/discussions)
+- [Contribute](https://github.com/slab/quill/blob/main/.github/CONTRIBUTING.md) on [Issues](https://github.com/slab/quill/issues)
+- Ask questions on [Discussions](https://github.com/slab/quill/discussions)
 
 ## License
 

+ 2 - 2
package.json

@@ -17,10 +17,10 @@
   "license": "BSD-3-Clause",
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/quilljs/quill.git"
+    "url": "git+https://github.com/slab/quill.git"
   },
   "bugs": {
-    "url": "https://github.com/quilljs/quill/issues"
+    "url": "https://github.com/slab/quill/issues"
   },
   "scripts": {
     "build": "run-p build:*",

+ 2 - 2
packages/quill/package.json

@@ -61,11 +61,11 @@
   "license": "BSD-3-Clause",
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/quilljs/quill.git",
+    "url": "git+https://github.com/slab/quill.git",
     "directory": "packages/quill"
   },
   "bugs": {
-    "url": "https://github.com/quilljs/quill/issues"
+    "url": "https://github.com/slab/quill/issues"
   },
   "prettier": {
     "singleQuote": true

+ 1 - 1
packages/quill/test/e2e/list.spec.ts

@@ -102,7 +102,7 @@ test.describe('list', () => {
         });
       });
 
-      // https://github.com/quilljs/quill/issues/3837
+      // https://github.com/slab/quill/issues/3837
       test('typing at beginning with IME', async ({
         editorPage,
         composition,

+ 1 - 1
packages/website/env.js

@@ -7,7 +7,7 @@ const cdn = process.env.NEXT_PUBLIC_LOCAL_QUILL
 module.exports = {
   version,
   cdn,
-  github: 'https://github.com/quilljs/quill/tree/main/packages/website/',
+  github: 'https://github.com/slab/quill/tree/main/packages/website/',
   highlightjs: 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0',
   katex: 'https://cdn.jsdelivr.net/npm/katex@0.16.9/dist',
   url: homepage,

+ 4 - 4
packages/website/src/components/GitHub.jsx

@@ -10,11 +10,11 @@ const GitHub = ({ dark = false }) => {
 
   useEffect(() => {
     fetch(
-      'https://api.github.com/search/repositories?q=quill+user:quilljs+repo:quill&sort=stars&order=desc',
+      'https://api.github.com/search/repositories?q=quill+user:slab+repo:quill&sort=stars&order=desc',
     )
       .then((response) => response.json())
       .then((data) => {
-        if (data.items && data.items[0].full_name === 'quilljs/quill') {
+        if (data.items && data.items[0].full_name === 'slab/quill') {
           setCount(data.items[0].stargazers_count.toLocaleString());
         }
       });
@@ -26,7 +26,7 @@ const GitHub = ({ dark = false }) => {
         className={styles.action}
         target="_blank"
         title="Star Quill on GitHub"
-        href="https://github.com/quilljs/quill/"
+        href="https://github.com/slab/quill/"
       >
         <OctocatIcon />
         Star
@@ -35,7 +35,7 @@ const GitHub = ({ dark = false }) => {
         className={styles.count}
         target="_blank"
         title="Quill Stargazers"
-        href="https://github.com/quilljs/quill/stargazers"
+        href="https://github.com/slab/quill/stargazers"
       >
         {count}
       </a>

+ 3 - 3
packages/website/src/components/Header.jsx

@@ -60,7 +60,7 @@ const VersionSelector = () => {
       >
         <a
           role="menuitem"
-          href={`https://github.com/quilljs/quill/releases/tag/v${process.env.version}`}
+          href={`https://github.com/slab/quill/releases/tag/v${process.env.version}`}
           className={styles.versionDropdownItem}
           target="_blank"
         >
@@ -68,7 +68,7 @@ const VersionSelector = () => {
         </a>
         <a
           role="menuitem"
-          href={`https://github.com/quilljs/quill/blob/v${process.env.version}/.github/CONTRIBUTING.md`}
+          href={`https://github.com/slab/quill/blob/v${process.env.version}/.github/CONTRIBUTING.md`}
           className={styles.versionDropdownItem}
           target="_blank"
         >
@@ -103,7 +103,7 @@ const Header = () => {
         <MainNav className={styles.mainNav} />
         <nav className={styles.secondaryNav}>
           <a
-            href="https://github.com/quilljs/quill"
+            href="https://github.com/slab/quill"
             target="_blank"
             title="Edit on GitHub"
           >

+ 1 - 1
packages/website/src/pages/index.jsx

@@ -65,7 +65,7 @@ const Content = () => {
         __html: `
                 <h1 class="ql-align-center">Quill Rich Text Editor</h1>
                 <p><br></p>
-                <p>Quill is a free, <a href="https://github.com/quilljs/quill/">open source</a> WYSIWYG editor built for the modern web. With its <a href="https://quilljs.com/docs/modules/">modular architecture</a> and expressive <a href="https://quilljs.com/docs/api">API</a>, it is completely customizable to fit any need.</p>
+                <p>Quill is a free, <a href="https://github.com/slab/quill/">open source</a> WYSIWYG editor built for the modern web. With its <a href="https://quilljs.com/docs/modules/">modular architecture</a> and expressive <a href="https://quilljs.com/docs/api">API</a>, it is completely customizable to fit any need.</p>
                 <p><br></p>
                 <iframe class="ql-video ql-align-center" src="https://player.vimeo.com/video/253905163" width="500" height="280" allowfullscreen></iframe>
                 <p><br></p>

Некоторые файлы не были показаны из-за большого количества измененных файлов