-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure credits are correct before publication #195
Comments
Credits are currently: const simOptions = {
credits: {
leadDesign: 'Amy Rouinfar',
softwareDevelopment: 'Sam Reid',
team: 'Diana López, Ariel Paul, Kathy Perkins',
qualityAssurance: 'Katie Woessner, Laura Rea, Steele Dalton, Liam Mulhall',
graphicArts: 'Cheryl McCutchan, Amy Rouinfar'
},
showSmallHomeScreenIconFrame: true
}; @arouinfar @KatieWoe does this seem correct to you? |
In the preceding commit, I also added @KatieWoe to the "team" part of the credits. |
@samreid we should also credit the legacy design team. Please add Wendy Adams to the team, and Noah Podolefsky to leadDesign. You can also remove me from graphicArts, since I'm already credited in leadDesign. |
@samreid, so far for qa. |
Credits now read: const simOptions = {
credits: {
leadDesign: 'Amy Rouinfar, Noah Podolefsky',
softwareDevelopment: 'Sam Reid',
team: 'Diana López, Ariel Paul, Kathy Perkins, Katie Woessner, Wendy Adams',
qualityAssurance: 'Katie Woessner, Laura Rea, Steele Dalton, Liam Mulhall',
graphicArts: 'Cheryl McCutchan'
},
showSmallHomeScreenIconFrame: true
}; Close if all is well. |
👍 |
I alphabetized SOME credits in the above commit. |
From #191
The text was updated successfully, but these errors were encountered: