-
Notifications
You must be signed in to change notification settings - Fork 134
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
Vote on parseArgs
"home" module
#1225
Conversation
@nodejs/tsc |
Election resultsSubject: Which core module should "host" the args parser API? ResultsWinning candidate: Table of results
Voting dataParticipants:
Private key to decrypt ballots
Footnotes
|
aww, boo |
I don't think this meets our governance requirements. 20 members Votes needed for a decision: 8 ((20 - 5) / 2) Votes for each item: 7 - 4 We need 2 more explicit abstentions OR 1 more vote for node:util OR 4 more votes for node:process. |
CC: @ChALkeR, @ronag, @BridgeAR, @danielleadams
@mhdawson broke the deadlock. |
I don't want to stall this out any further and an willing to switch my vote. That will make it 8 for node:util. @Trott anything preventing me from changing my vote or with that can we consider it resolved? |
That would do it. |
Believe the vote is concluded and we can land this. |
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.
LGTM
Use one of the following methods to case a vote (or abstain):
Vote using
npx
+gh
(requires Node.js 16+, and git)Requires
gh
(GitHub CLI tool) to be installed, and logged in to your GitHub account.If you want to abstain, you can use the
--abstain
flag (it will create a ballot with all the scores set to 0):Vote using
npx
(requires Node.js 16+, and git)Vote using
sh
(requires git, and OpenSSL CLI)Caution: LibreSSL CLI is not compatible, please use OpenSSL 1.1.1+.
Vote using PowerShell (requires git, and OpenSSL CLI)
Caution: LibreSSL CLI is not compatible, please use OpenSSL 1.1.1+.
Vote using the web
<your-github-handle>.json
for the file name.vote-parseArgs-home-module
branch.To abstain, set all scores to
0
before encrypting the ballot.The counting will be done using the Condorcet method. The vote will close in two weeks at the latest.
Fixes: #1224