feat: add three labels (i18n, support, tech-debt) (#294)

This commit is contained in:
Sophie L
2022-05-08 12:58:15 +01:00
committed by GitHub
parent 6f46ec7742
commit 02ba888f6b
2 changed files with 19 additions and 6 deletions
+4 -1
View File
@@ -19,7 +19,7 @@ Repository | Descriptio
[Desktop](https://github.com/revoltchat/desktop) | Revolt 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.
[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
@@ -52,6 +52,7 @@ 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
@@ -60,5 +61,7 @@ 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
+15 -5
View File
@@ -136,21 +136,31 @@
"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": "use-preview",
"color": "c5def5",
"description": "Create GitHub pages preview for PR"
},
{
"name": "a11y",
"color": "0E8A16",
"description": "Issues regarding accessibility problems"
},
{
"name": "i18n",
"color": "5d0f99",
"description": "Issues regarding translations/localisation support"
},
{
"name": "meta",
"color": "616161",