-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
doc: Reorder collaborators by their usernames #2322
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Rubber-stamp LGTM. I didn't notice it before but the convention is to use all lowercase in the first line of the commit log, i.e. s/Reorder/reorder/. |
Would it make sense to order by GH username but keep the real name at the beginning ? |
@bnoordhuis I like that. Been pondering this myself as well. Thanks. @targos what do you mean by 'weird'? With my suggested change, I like how its an easy copy paste into a |
@jbergstroem You can do the same in both versions. Current readme:
Your version:
I personally prefer current. |
I realize that if the username stays at the end, it's not easy to find it visually. |
I'm happy to remove it [the prefixed @] if others agree. |
I am okay with removing @. Also can we mention that the names are in alphabetical order? |
@thefourtheye I thought about that, but it felt silly - similar to us adding a note about the current order is based on when they joined? |
Okay no problem :) |
@thefourtheye better? Perhaps someone else of the @nodejs/collaborators wants to chip in? Also: moving into flavour here, but I'd be happy to drop wrapping names in bold. |
@jbergstroem LGTM |
The |
@trevnorris good point -- the only other reason I could think of would be avoiding sorting by a-z when we for instance have cyrillic in there. |
@jbergstroem Sure thing. Even if there wasn't an argument for alphabetically ordering the names the change doesn't bother me. Just wanted to make sure everyone realized that point. :) Or... We could use a randomization algorithm and have it list everyone... |
+1 |
7d61a49
to
e0f0c00
Compare
ok, last stab; now follows the newly implemented 'reviewed-by' style: |
LGTM |
This can be landed in Jenkins as NODES_SUBSET |
LGTM |
e0f0c00
to
dda933b
Compare
dda933b
to
8888cbd
Compare
Merged in 6ce8f5f. Thanks for feedback and review. |
Followup from #1966 where we didn't quite agree on TC ordering. Now that we've resolved that, I'm suggesting we sort by github usernames.
(hopefully I got my a-b-c's straight)
Fixes #1972.