mirror of https://github.com/voidlizard/hbs2
.fixme/config -- added review tag
This commit is contained in:
parent
ee3e71eec2
commit
3b5630f818
|
@ -4,6 +4,7 @@ fixme-comments "--"
|
|||
|
||||
fixme-prefix FIXME: bugs issues
|
||||
fixme-prefix TODO: bugs issues
|
||||
fixme-prefix REVIEW: review
|
||||
|
||||
fixme-files **/*.hs docs/devlog.md
|
||||
|
||||
|
@ -44,6 +45,13 @@ fixme-value-set cat bug feat refactor
|
|||
(query ?workflow:done)
|
||||
]
|
||||
|
||||
|
||||
[ fixme-report review json
|
||||
(render builtin:microstache report-wip.tpl)
|
||||
(post builtin:columns | 10 10 8 12 _)
|
||||
(query tag:REVIEW:)
|
||||
]
|
||||
|
||||
[ fixme-report wip-json json
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue