diff --git a/.github/labels.yml b/.github/labels.yml index 10cd46e1..6d8013bb 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -24,4 +24,10 @@ description: Discussions or problems regarding database management in the backend. - name: 'Dependabot: Patch' color: 'FFD700' - description: Pull requests opened by Dependabot to update dependencies. \ No newline at end of file + description: Pull requests opened by Dependabot to update dependencies. +- name: 'Internalization' + color: 'FF6347' + description: Issues related to internationalization or localization of the application. +- name: 'Documentation' + color: '4682B4' + description: Issues concerning the documentation of the project. \ No newline at end of file