commit cf57dec657e21a4ddfb96ca790fc0416c4eb9732 parent 2213ab4497e078927fb3ff8745d03ce191e5c32b Author: Juan F. Meleiro <juan@juanmeleiro.mat.br> Date: Mon, 9 Oct 2023 17:21:46 -0300 Add tickets relating to deactivation and similar commands Diffstat:
| A | tickets/todo/allow-multiple-players.txt | | | 13 | +++++++++++++ |
| A | tickets/todo/fix-deactivate-commit-message.txt | | | 4 | ++++ |
2 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/tickets/todo/allow-multiple-players.txt b/tickets/todo/allow-multiple-players.txt @@ -0,0 +1,13 @@ +# Allow multiple players where applicable + +Allow for user to specify multiple players in commands where that is +applicable. Specifically: + +- register +- deregister +- activate +- deactivate + +The git message will list all of them in the title if the length is +short enough. Otherwise, it will display “<action> some players” +and specify eir names in the commit message body. diff --git a/tickets/todo/fix-deactivate-commit-message.txt b/tickets/todo/fix-deactivate-commit-message.txt @@ -0,0 +1,4 @@ +# Fix deactivate commit message + +When deactivating a player, the commit message generated displays eir +name as “null”.