This commit is contained in:
Dmitry Zuikov 2024-09-10 11:03:44 +03:00
parent 7a826746f5
commit a2868c2dcf
1 changed files with 6 additions and 0 deletions

View File

@ -54,5 +54,11 @@ fixme-comments ";" "--"
(define (lss s) (report workflow ~ s))
(define (done s) (modify s workflow :done))
(define (wip s) (modify s workflow :wip))
(define (test s) (modify s workflow :test))
(define (new s) (modify s workflow :new))
(define (backlog s) (modify s workflow :backlog))
(refchan 3WtddmcE8zzgBAPR7Bu7mKMaVMTN423NNXSPUJp3Hx42)