Skip to content

Commit 11c1f0a

Browse files
update 2 add people that made PRs or added stuff
1 parent fd5f7bb commit 11c1f0a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/playground/credits/users.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,19 @@ const pmDevelopers = [
135135
'showierdata9978'
136136
].map(fromHardcodedGithub);
137137

138-
const pmPullRequestDevelopers = [
138+
const pmPullRequestDevelopers = [ // these people made a PR that got merged, or got a dev to add something they made
139139
'NexusKitten',
140140
'LilyMakesThings',
141141
'MikeDev101',
142142
'kokofixcomputers',
143143
'PPPDUD',
144144
'qbjl',
145-
'minidogg'
146-
// add more people probably
145+
'minidogg',
146+
'concertalyis',
147+
'Steve0Greatness',
148+
'ilikecoding-197',
149+
'NotEmbin'
150+
// list could be missing some people, but theres not really a way to tell
147151
].map(fromHardcodedGithub);
148152

149153
const pmApiDevelopers = [

0 commit comments

Comments
 (0)