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-git-scan-filter-days 30
|
||||||
|
|
||||||
fixme-attribs assigned workflow
|
fixme-attribs assigned workflow type
|
||||||
|
|
||||||
fixme-attribs resolution cat scope
|
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 scope mvp-0 mvp-1 backlog
|
||||||
|
|
||||||
|
fixme-value-set type bug feature code
|
||||||
|
|
||||||
fixme-files **/*.txt docs/devlog.md
|
fixme-files **/*.txt docs/devlog.md
|
||||||
fixme-files **/*.hs
|
fixme-files **/*.hs
|
||||||
; fixme-files **/Run.hs
|
|
||||||
|
|
||||||
fixme-file-comments "*.scm" ";"
|
fixme-file-comments "*.scm" ";"
|
||||||
|
|
||||||
|
@ -68,6 +69,10 @@ fixme-comments ";" "--"
|
||||||
(define-macro stage
|
(define-macro stage
|
||||||
(builtin:show-stage))
|
(builtin:show-stage))
|
||||||
|
|
||||||
|
(define-macro log
|
||||||
|
(builtin:show-log .fixme-new/log))
|
||||||
|
|
||||||
|
|
||||||
(define-template short
|
(define-template short
|
||||||
(simple
|
(simple
|
||||||
(trim 10 $fixme-key) " "
|
(trim 10 $fixme-key) " "
|
||||||
|
|
BIN
.fixme-new/log
BIN
.fixme-new/log
Binary file not shown.
Loading…
Reference in New Issue