mirror of https://github.com/voidlizard/hbs2
53 lines
983 B
Plaintext
53 lines
983 B
Plaintext
|
|
|
|
fixme-comments "--"
|
|
|
|
fixme-prefix FIXME: bugs issues
|
|
fixme-prefix TODO: bugs issues
|
|
|
|
fixme-files **/*.hs docs/devlog.md
|
|
|
|
fixme-files docs/pep*.txt
|
|
fixme-files docs/drafts/**/*.txt
|
|
|
|
fixme-files-ignore .direnv/** dist-newstyle/**
|
|
|
|
fixme-id-show-len 10
|
|
|
|
fixme-list-full-row-pref ">>> "
|
|
|
|
|
|
fixme-attribs assigned workflow resolution cat
|
|
|
|
fixme-value-set workflow new backlog wip test fixed done
|
|
|
|
fixme-value-set cat bug feat refactor
|
|
|
|
|
|
[ fixme-report all json
|
|
(render builtin:microstache report-wip.tpl)
|
|
(post builtin:columns | 10 10 8 12 _)
|
|
(query ~workflow:backlog)
|
|
]
|
|
|
|
[ fixme-report backlog json
|
|
(render builtin:microstache report-wip.tpl)
|
|
(post builtin:columns | 10 10 8 12 _)
|
|
(query workflow:backlog)
|
|
]
|
|
|
|
|
|
[ fixme-report wip json
|
|
(render builtin:microstache report-wip.tpl)
|
|
(post builtin:columns | 10 10 8 12 _)
|
|
(query ?workflow:test)
|
|
(query ?workflow:wip)
|
|
(query ?workflow:fixed)
|
|
(query ?workflow:done)
|
|
]
|
|
|
|
[ fixme-report wip-json json
|
|
]
|
|
|
|
|