Skip to content

Commit 238e203

Browse files
authored
Update projects.ts
Add "Maintainer" role to Code Contributor
1 parent 85d2cf6 commit 238e203

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contributors/_schema/projects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const FANDOM_COOKIES_ROLES = [
5050
];
5151

5252
export const LEARN_AT_ROLES = ["Writers Coordinator", "Article Writer"];
53-
export const CODE_CONTRIBUTOR_ROLES = ["Documentation"];
53+
export const CODE_CONTRIBUTOR_ROLES = ["Documentation", "Maintainer"];
5454

5555
export const PROJECT_ROLES: Record<Project, string[]> = {
5656
"Volume 0 Issue 1": VOLUME_0_ISSUE_1_ROLES,

0 commit comments

Comments
 (0)