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 fd5f7bb commit 11c1f0aCopy full SHA for 11c1f0a
src/playground/credits/users.js
@@ -135,15 +135,19 @@ const pmDevelopers = [
135
'showierdata9978'
136
].map(fromHardcodedGithub);
137
138
-const pmPullRequestDevelopers = [
+const pmPullRequestDevelopers = [ // these people made a PR that got merged, or got a dev to add something they made
139
'NexusKitten',
140
'LilyMakesThings',
141
'MikeDev101',
142
'kokofixcomputers',
143
'PPPDUD',
144
'qbjl',
145
- 'minidogg'
146
- // add more people probably
+ 'minidogg',
+ 'concertalyis',
147
+ 'Steve0Greatness',
148
+ 'ilikecoding-197',
149
+ 'NotEmbin'
150
+ // list could be missing some people, but theres not really a way to tell
151
152
153
const pmApiDevelopers = [
0 commit comments