You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: votes/initiateNewVote/_EDIT_ME.yml
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
# 1. Select a subject for the vote. This can be a question addressed to the TSC
5
5
# voting members.
6
-
subject: REPLACEME
6
+
subject: Should Corepack stay in the Node.js distribution?
7
7
8
8
# 2. You can leave the header instructions as is, or modify them if you see fit.
9
9
headerInstructions: |
@@ -24,8 +24,11 @@ headerInstructions: |
24
24
# voters express their preference for each candidates, no matter how many
25
25
# there are.
26
26
candidates:
27
-
- TODO
28
-
- TODO
27
+
- "Status Quo: keep distributing Corepack with Node.js, experimental and disabled (i.e. only the `corepack` executable in the distribution), exactly as it is today."
28
+
- "Stable and Disabled: keep distributing Corepack disabled (i.e. only the `corepack` executable in the distribution), and mark it stable in a future release line."
29
+
- "Stable and Enabled: keep distributing Corepack with Node.js, enabled (i.e. `corepack`, `pnpm`, and `yarn` executables in the distribution), and mark it stable in a future release line."
30
+
- "Phase out: stop distributing Corepack (i.e. the distribution will no longer contain a `corepack` executable) on future release lines of Node.js – existing release lines will keep it as experimental."
31
+
- "Phase out later: stop distributing Corepack (i.e. the distribution will no longer contain a `corepack` executable) on future (i.e. 25+) release lines of Node.js – existing release lines as well as the very next (i.e. 24.x) will keep it as experimental."
29
32
30
33
# 4. Pass the following to false if it's important to keep the candidates in the
31
34
# order you define above. Presenting candidates in a fixed order tends to
@@ -35,7 +38,8 @@ canShuffleCandidates: true
35
38
# 5. Insert here a short description of the vote objectives and link to the
36
39
# issue it was discussed on to give the full context.
37
40
footerInstructions: |
38
-
TBD
41
+
The objective of the vote is to determine the strategy for Corepack’s distribution
42
+
in future Node.js releases.
39
43
40
44
# 6. Optionally, insert a brief introduction for the vote PR, in the markdown format.
0 commit comments