| Terms | Definition | | --- | --- | | Player | A Github user that has forked this repo | | Vote | a comment that contains `/(+|-)1/` _and_ the commenter is an active Player | | Abstain | a comment that is not specifically a for/against vote (doesn't contain `/(+|-)1/`) by an active Player | | Quorum | >=`N`% of active Players having Voted. _`N` is currently `100`._ | ## Pull Requests When Quorum is reached, - [ ] tally the votes and post a **comment** with {`total for`, `total against`, `% for`, `% against`, `winning side`, etc} - Abstaining from a vote would be a comment from an active Player that doesn't include `/(+|-)1/` - [ ] close the PR to further comments - [ ] Determine points to reward Players & update `SCOREBOARD.rb`. - Users with `0` points don't need to be listed.
N% of active Players having Voted.Nis currently100.Pull Requests
When Quorum is reached,
total for,total against,% for,% against,winning side, etc}/(+|-)1/SCOREBOARD.rb.0points don't need to be listed.