Skip to content

Instantly share code, notes, and snippets.

@LeoVerto
Last active January 13, 2018 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeoVerto/fbfb4a2f4573b3612c2e0bb0284c3e2c to your computer and use it in GitHub Desktop.
Save LeoVerto/fbfb4a2f4573b3612c2e0bb0284c3e2c to your computer and use it in GitHub Desktop.

A small example:

<a> !startvote <name> # Opens for voting
<b> +1
<c> +1
<d> -1 <concern?>
<any_user> !countvote
<BrainzBot> [2 for: b, c] [1 against: d] [Noone abstained]
<e> \1
<a> !endvote
<BrainzBot> Proposal <name> by "a" got these votes:
<BrainzBot> [2 for: b, c] [1 against: d] [1 abstained: e]

Misc Ideas

  • If the name matches a JIRA ticket, BrainzBot could provide a link to write a new JIRA comment on that issue with the votes and concerns autofilled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment