diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 50fb12d..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "labels/sync"] - path = labels/sync - url = https://github.com/Jan0660/GitHubMilestoneSync diff --git a/README.md b/README.md index 8f7e2be..ccfb0b3 100644 --- a/README.md +++ b/README.md @@ -1,68 +1,5 @@ # Revolt -This repository is used [for discussions](https://github.com/revoltchat/revolt/discussions) (feature suggestions, questions and any general talk) and also contains information for GitHub labels. +This repository is exclusively used [for discussions](https://github.com/revoltchat/revolt/discussions) (feature suggestions, questions and any general talk) and meta feature tracking. -If you're looking for documentation, [it's here](https://developers.revolt.chat). \ -To get started with development, check out [Revite](https://github.com/revoltchat/revite) (Client) or [Delta](https://github.com/revoltchat/delta) (Backend). \ -Check the [contributor guide](https://developers.revolt.chat/contributing) and the [bug tracker](https://github.com/orgs/revoltchat/projects/1). - -## Repository list - -Repository | Description ------------ | ------------ -[Revite](https://github.com/revoltchat/revite) | Revolt client built with Preact. -[Unnamed Solid Client](https://github.com/revoltchat/revoltchat-solid-client-repo) | Rewrite of Revite built with Solid.js. -[Backend](https://github.com/revoltchat/backend) | Revolt backend monorepo built with Rust. -[Vortex](https://github.com/revoltchat/vortex) | Revolt voice server. -[Revolt.js](https://github.com/revoltchat/revolt.js) | Modern Typescript library for interacting with Revolt. -[Autumn](https://github.com/revoltchat/autumn) | File server micro-service. -[January](https://github.com/revoltchat/january) | Image proxy and embed generator. -[Desktop](https://github.com/revoltchat/desktop) | Revolt's desktop app. -[API Specification](https://github.com/revoltchat/api) | Typescript typings and OpenAPI v3 generator for the Revolt API. -[Translations](https://github.com/revoltchat/translations) | Revolt translations. -[Self Hosted](https://github.com/revoltchat/self-hosted) | Deploy Revolt using Docker. -[Stack](https://github.com/revoltchat/cli) | Quickly deploy the entire Revolt stack. - -#### Websites - -Repository | Description ------------ | ------------ -[Documentation](https://github.com/revoltchat/documentation) | API documentation. -[Landing](https://github.com/revoltchat/revolt.chat) | Revolt landing page. -[Legal](https://github.com/revoltchat/legal) | Legal documents such as our Privacy Policy and Terms of Service. - -#### Miscellaneous - -Repository | Description ------------ | ------------ -[Revolt Lounge](https://app.revolt.chat/invite/Testers) | Revolt's official Revolt server. -[Community Themes](https://github.com/revoltchat/themes) | Repository that contains community themes. -[Mutant Remix](https://gitlab.insrt.uk/revolt/mutant-remix) | Revolt's custom emoji pack. -[Tools](https://gitlab.insrt.uk/revolt/tools) | Tools that help with development or managing running instances. - -## Issue Label Use - -Name | Description ------------------|------------- -priority-1 | This issue is quite important. -priority-0 | High priority task. -BLOCKED | Highest priority issue, preventing critical work. -bug | Something isn't working -documentation | Improvements or additions to documentation -draft | This issue needs more work -duplicate | This issue or pull request already exists -enhancement | New feature or request -fluff | Minor app improvement / quality of life change -i18n | Issues regarding translations/localisation support -good first issue | Good for newcomers -help wanted | Extra attention is needed -improvement | Areas that can be improved on -invalid | This doesn't seem right -needs design | This issue needs a design to be implemented -performance | Issues relating to app performance -privacy | Change which improves user privacy -question | Further information is requested -tech debt | This issue or pull request is related to technical maintenance -support | This issue would be better suited as a support ticket -wontfix | This will not be worked on -use-preview | Create GitHub pages preview for PR +Please do not create any issues in the repository! diff --git a/labels/README.md b/labels/README.md deleted file mode 100644 index f0c9851..0000000 --- a/labels/README.md +++ /dev/null @@ -1,13 +0,0 @@ -#### Issue Labels - -This folder contains a json file that manages the issue labels and milestones for the revoltchat organization. - -It is applied using Jan's GitHub sync tool. - -```bash -# Enter project -cd sync - -# Apply labels and milestones -$ GITHUB_TOKEN=token CONFIG_FILE=../config.json dotnet run -``` diff --git a/labels/config.json b/labels/config.json deleted file mode 100644 index 2d9c347..0000000 --- a/labels/config.json +++ /dev/null @@ -1,182 +0,0 @@ -[ - { - "repositories": [ - "revoltchat/android-twa", - "revoltchat/api", - "revoltchat/autumn", - "revoltchat/backend", - "revoltchat/cla", - "revoltchat/cli", - "revoltchat/components", - "revoltchat/desktop", - "revoltchat/documentation", - "revoltchat/fdroid", - "revoltchat/january", - "revoltchat/legal", - "revoltchat/mutiny", - "revoltchat/revite", - "revoltchat/revoltchat-solid-client-repo", - "revoltchat/revolt", - "revoltchat/revolt.chat", - "revoltchat/revolt.js", - "revoltchat/revolt.py", - "revoltchat/rvmob", - "revoltchat/self-hosted", - "revoltchat/themes", - "revoltchat/translations", - "revoltchat/vortex" - ], - "excludeFromMilestoneSync": [ - "revoltchat/revoltchat-solid-client-repo" - ], - "milestones": [ - { - "title": "0.5.3: Backend Overhaul", - "state": "closed", - "description": "Improve the state of the current backend." - }, - { - "title": "0.5.4: Moderation Tools", - "state": "open", - "description": "Add well-defined platform content and server moderation tools." - }, - { - "title": "0.5.5: Emoji Update", - "state": "open", - "description": "Add emojis, stickers and reactions." - }, - { - "title": "0.6.0: End-to-end Encrypted Chat", - "state": "open", - "description": "Implement secret chats for groups and DMs." - }, - { - "title": "(stalled) Native Bridges", - "state": "open", - "description": "Native bridges from Revolt to various providers such as Discord and Matrix." - } - ], - "labels": [ - { - "name": "priority-1", - "color": "1D76DB", - "description": "This issue is quite important." - }, - { - "name": "priority-0", - "color": "5319E7", - "description": "High priority task." - }, - { - "name": "BLOCKED", - "color": "b60205", - "description": "Highest priority issue, preventing critical work." - }, - { - "name": "bug", - "color": "d73a4a", - "description": "Something isn't working" - }, - { - "name": "unconfirmed bug", - "color": "b87886", - "description": "Something isn't working" - }, - { - "name": "documentation", - "color": "0075ca", - "description": "Improvements or additions to documentation" - }, - { - "name": "draft", - "color": "d93f0b", - "description": "This issue needs more work" - }, - { - "name": "duplicate", - "color": "cfd3d7", - "description": "This issue or pull request already exists" - }, - { - "name": "enhancement", - "color": "a2eeef", - "description": "New feature or request" - }, - { - "name": "fluff", - "color": "6a5acd", - "description": "Minor app improvement / quality of life change" - }, - { - "name": "good first issue", - "color": "7057ff", - "description": "Good for newcomers" - }, - { - "name": "help wanted", - "color": "008672", - "description": "Extra attention is needed" - }, - { - "name": "improvement", - "color": "ff9f19", - "description": "Areas that can be improved on" - }, - { - "name": "invalid", - "color": "e4e669", - "description": "This doesn't seem right" - }, - { - "name": "needs design", - "color": "1d76db", - "description": "This issue needs a design to be implemented" - }, - { - "name": "performance", - "color": "51e898", - "description": "Issues relating to app performance" - }, - { - "name": "privacy", - "color": "ff78cb", - "description": "Change which improves user privacy" - }, - { - "name": "question", - "color": "d876e3", - "description": "Further information is requested" - }, - { - "name": "tech debt", - "color": "68bda3", - "description": "This issue or pull request is related to technical maintenance" - }, - { - "name": "support", - "color": "a9cadb", - "description": "This issue would be better suited as a support ticket" - }, - { - "name": "wontfix", - "color": "ffffff", - "description": "This will not be worked on" - }, - { - "name": "a11y", - "color": "0E8A16", - "description": "Issues regarding accessibility problems" - }, - { - "name": "i18n", - "color": "5d0f99", - "description": "Issues regarding translations/localisation support" - }, - { - "name": "meta", - "color": "616161", - "description": "Issues regarding repository maintenance" - } - ] - } -] diff --git a/labels/sync b/labels/sync deleted file mode 160000 index 75c07c5..0000000 --- a/labels/sync +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 75c07c503a40a74f78d8e952594c65c07a7eab29