We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d2cf6 commit 238e203Copy full SHA for 238e203
1 file changed
contributors/_schema/projects.ts
@@ -50,7 +50,7 @@ export const FANDOM_COOKIES_ROLES = [
50
];
51
52
export const LEARN_AT_ROLES = ["Writers Coordinator", "Article Writer"];
53
-export const CODE_CONTRIBUTOR_ROLES = ["Documentation"];
+export const CODE_CONTRIBUTOR_ROLES = ["Documentation", "Maintainer"];
54
55
export const PROJECT_ROLES: Record<Project, string[]> = {
56
"Volume 0 Issue 1": VOLUME_0_ISSUE_1_ROLES,
0 commit comments