Skip to content

Commit 635882b

Browse files
yolo
1 parent 477c3df commit 635882b

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export const ASKFUJO_ROLES = [
2+
"Artist",
3+
];

contributors/_schema/projects/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import {
66
} from "./fujoguide";
77

88
import { FANDOM_COOKIES_ROLES } from "./fandom-cookies";
9+
import { ASKFUJO_ROLES } from "./askfujo";
910

1011
export {
1112
VOLUME_0_KICKSTARTER_ROLES,
@@ -15,6 +16,7 @@ export {
1516
} from "./fujoguide";
1617

1718
export { FANDOM_COOKIES_ROLES } from "./fandom-cookies";
19+
export { ASKFUJO_ROLES } from "./askfujo";
1820

1921
export const FUJOCODED_ROLES = ["HimeOps", "FujoCoded", "Project Manager"];
2022
export const LEARN_AT_ROLES = ["Article Writer", "Writers Coordinator"];
@@ -29,6 +31,7 @@ export const PROJECTS = [
2931
"FujoCoded",
3032
"Learn@",
3133
"Code Contributor",
34+
"AskFujo",
3235
] as const;
3336
export type Project = (typeof PROJECTS)[number];
3437

@@ -41,6 +44,7 @@ export const PROJECT_ROLES: Record<Project, string[]> = {
4144
FujoCoded: FUJOCODED_ROLES,
4245
"Learn@": LEARN_AT_ROLES,
4346
"Code Contributor": CODE_CONTRIBUTOR_ROLES,
47+
AskFujo: ASKFUJO_ROLES,
4448
};
4549

4650
export default PROJECTS;

0 commit comments

Comments
 (0)