From dc0fd1f9f79ff9a3da29ef7c4f3da392482fda6e Mon Sep 17 00:00:00 2001 From: Amy Rouinfar Date: Sat, 22 Dec 2018 15:39:50 -0700 Subject: [PATCH] Finalize QA credits https://github.com/phetsims/coulombs-law/issues/64 --- js/coulombs-law-main.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/js/coulombs-law-main.js b/js/coulombs-law-main.js index 8795246..9ac7c88 100644 --- a/js/coulombs-law-main.js +++ b/js/coulombs-law-main.js @@ -32,9 +32,7 @@ define( function( require ) { leadDesign: 'Amy Rouinfar', softwareDevelopment: 'Jesse Greenberg, Michael Barlow', team: 'Amy Hanson, Ariel Paul, Kathy Perkins', - // TODO: assign to @KatieWoe to fill QA once we move into testing, see - // https://github.com/phetsims/coulombs-law/issues/64#issuecomment-417026684 - qualityAssurance: 'Steele Dalton, Liam Mulhall', + qualityAssurance: 'Steele Dalton, Liam Mulhall, Laura Rea, Jacob Romero, Katie Woessner, Kelly Wurtz', graphicArts: 'Mariah Hermsmeyer, Cheryl McCutchan', thanks: '' }, @@ -56,4 +54,4 @@ define( function( require ) { var sim = new Sim( coulombsLawTitleString, screens, simOptions ); sim.start(); } ); -} ); \ No newline at end of file +} );