-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add contributions document #27
Conversation
Ref gh-24 Still need more contributions
63ba356
to
bf4d477
Compare
|
||
| Proposal | Champion | Stage | | ||
|----------|----------|-------| | ||
| [String padding](https://github.com/tc39/proposal-string-pad-start-end) | Jordan Harband & Rick Waldron | 3 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's more like I originally brought forward a proposal, but Jordan really gets the credit here. Would be nice if that was clearly stated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no objection to clarifying it, but imo no need either.
We should probably be consistent with how we list people. There's currently a mix of at-name, real name, real name with link to GitHub account. I think real name with link to GitHub account is the way to go. |
@scottgonzalez @rwaldron I believe fixed everything. On a follow up PR, I want to include a quick one-line introduction of the participants. |
Looks good. You might want to alphabetize the links at the bottom by name. This will make it easier to see if a name is already in the list when adding future contributions. |
Sure thing, I just did it. |
| `Array.from` & `Array.of` | [ES2015][Array.from] | [Dave Herman] & [Rick Waldron] | | ||
| `Array#find` & `Array#findIndex` | [ES2015][Array#find] | [Rick Waldron] | | ||
| `Object.assign` | [ES2015][Object.assign] | [Rick Waldron] | | ||
| Exponentiantion Operator (`**`) | [ES2016][Exp Operator] | [Rick Waldron] | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/Exponentiantion/Exponentiation
Can we mention @mikesherov and his involvement in estree (although, i'm not sure if that thing is still alive) and CSSWG? . I also remembering @jaubourg was involved with xhr spec |
Thanks for the mention @markelog ;-) |
Totally. Estree is here - https://github.com/estree @mikesherov, @jaubourg maybe you could provide other relevant links? |
@ariya was involved heavily in ESTree as well. Mike Sherov
|
Ref gh-24
Still need to collect and add more contributions.