mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
c5d7955e41
commit
f3615f41bf
|
@ -11,7 +11,7 @@ fixme-prefix REVIEW:
|
|||
|
||||
fixme-git-scan-filter-days 30
|
||||
|
||||
fixme-attribs assigned workflow
|
||||
fixme-attribs assigned workflow type
|
||||
|
||||
fixme-attribs resolution cat scope
|
||||
|
||||
|
@ -21,9 +21,10 @@ fixme-value-set cat bug feat refactor
|
|||
|
||||
fixme-value-set scope mvp-0 mvp-1 backlog
|
||||
|
||||
fixme-value-set type bug feature code
|
||||
|
||||
fixme-files **/*.txt docs/devlog.md
|
||||
fixme-files **/*.hs
|
||||
; fixme-files **/Run.hs
|
||||
fixme-files **/*.hs
|
||||
|
||||
fixme-file-comments "*.scm" ";"
|
||||
|
||||
|
@ -68,6 +69,10 @@ fixme-comments ";" "--"
|
|||
(define-macro stage
|
||||
(builtin:show-stage))
|
||||
|
||||
(define-macro log
|
||||
(builtin:show-log .fixme-new/log))
|
||||
|
||||
|
||||
(define-template short
|
||||
(simple
|
||||
(trim 10 $fixme-key) " "
|
||||
|
|
BIN
.fixme-new/log
BIN
.fixme-new/log
Binary file not shown.
Loading…
Reference in New Issue