summaryrefslogtreecommitdiff
path: root/misc/vote (follow)
Commit message (Collapse)AuthorAgeFilesLines
* misc/vote: pointy-hattingTobias C. Berner2022-11-112-778/+0
| | | | Pointy hat: tcberner
* misc/vote: cleanup portTobias C. Berner2022-11-114-6/+791
| | | | | | - fix wrong version number inside script Reported by: diizzy
* misc/vote: new port -- a simple, transparent git based voting systemTobias C. Berner2022-11-113-0/+20
Teams like core and portmgr regularly hold votes on certain topics. In the past these votes were held via email. This script tries to lessen the burden of the secretary of those teams. Vote's can be created using: > vote create <vote topic> <due date in YYYYMMDD> <some more text> People can vote using > vote vote <vid> <yes/no/abstain> People can also vote in-stead of other people > vote votefor <vid> <yes/no/abstain> <whom> All votes and results are neatly tracked inside a git repository.