1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/misc/vote/pkg-descr
Tobias C. Berner a0ff809a2b misc/vote: new port -- a simple, transparent git based voting system
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.
2022-11-11 20:44:43 +01:00

2 lines
53 B
Plaintext

Transparent git-based vote tool for FreeBSD's teams.