Skip to content

Commit

Permalink
make command to vote copiable
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Jun 8, 2024
1 parent 878601a commit ea6d9e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion votes/initiateNewVote/_generateNewVotePR.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,11 @@ Vote instructions will follow.`,
Vote instructions:
- on the CLI: ${"`"}git node vote ${prUrl}${"`"}
- on the web: <https://nodejs.github.io/caritat/#${prUrl}>
- on the CLI:
${"```bash"}
git node vote ${prUrl}
${"`"}
To close the vote, at least ${shareholdersThreshold} secret holder(s)[^1] must \
run the following command: ${"`"}git node vote ${prUrl} --decrypt-key-part --post-comment${"`"}
Expand Down

0 comments on commit ea6d9e6

Please sign in to comment.