From 357f783edf28e39263bb16dbe46fb59d816063ac Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 25 Mar 2020 13:05:09 -0400 Subject: [PATCH] add priority tags --- doc/bugs.mdwn | 3 ++- doc/bugs/priority.mdwn | 14 ++++++++++++++ doc/design/roadmap.mdwn | 21 +++++++++++++++++++-- doc/todo.mdwn | 4 +++- doc/todo/priority.mdwn | 13 +++++++++++++ 5 files changed, 51 insertions(+), 4 deletions(-) create mode 100644 doc/bugs/priority.mdwn create mode 100644 doc/todo/priority.mdwn diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn index d9ae224fec..4b0f743f43 100644 --- a/doc/bugs.mdwn +++ b/doc/bugs.mdwn @@ -4,7 +4,8 @@ To mark a bug as closed add \[\[done\]\] to the end of the original bug descript [[!inline pages="./bugs/* and !./bugs/*/* and !./bugs/done and !link(done) and !./bugs/moreinfo and !./bugs/confirmed and !./bugs/forwarded and !./bugs/duplicate -and !*/Discussion" actions=yes postform=yes postformtext="Report a new bug titled:" show=0 archive=yes +and !./bugs/priority and !*/Discussion" +actions=yes postform=yes postformtext="Report a new bug titled:" show=0 archive=yes feedlimit=10 template=buglist]] [[!edittemplate template=templates/bugtemplate match="bugs/*" silent=yes]] diff --git a/doc/bugs/priority.mdwn b/doc/bugs/priority.mdwn new file mode 100644 index 0000000000..c83fc829a3 --- /dev/null +++ b/doc/bugs/priority.mdwn @@ -0,0 +1,14 @@ +This tag is for high priority bug reports. + +During the current crisis, please only add things that are either needed +by scientists using git-annex (for any reason), or by organizations working +on the crisis, or bugs that utterly break git-annex badly enough that it +would be reasonable to assume such people will be impacted. + +Note that several [[projects]] use git-annex for science and items tagged +belonging to those projects will be prioritized so do not generally need to +be listed here. + +[[!inline pages="bugs/* and !bugs/*/* and !bugs/done and !link(bugs/done) +and link(bugs/priority) and !*/Discussion" show=0 feedlimit=10 +archive=yes template=buglist]] diff --git a/doc/design/roadmap.mdwn b/doc/design/roadmap.mdwn index f13ee3ccce..adc01aeeb1 100644 --- a/doc/design/roadmap.mdwn +++ b/doc/design/roadmap.mdwn @@ -1,5 +1,22 @@ -git-annex is in a mode of continual user-driven improvement, involving numerous -small issues and often easily implemented ideas. +git-annex is in a mode of continual user-driven improvement, involving +numerous small issues and often easily implemented ideas. + +# priority + +Here are high priority bugs and todo items, tagged with 'priority'. +In the current crisis, please only add things that are either needed by +scientists using git-annex (for any reason), or by organizations working on +the crisis. + +Note that several [[projects]] use git-annex for science and items tagged +belonging to those projects will be prioritized so do not generally need to +be listed here. + +[[!inline pages="(todo/* and link(todo/priority) and !link(todo/done)) or + (bugs/* and link(bugs/priority) and !link (bugs/done))" + template=buglist]] + +# confirmed Here are open todo items that have been confirmed as worth doing and seem to have a design ready: diff --git a/doc/todo.mdwn b/doc/todo.mdwn index 2046d39d38..eeefd93f08 100644 --- a/doc/todo.mdwn +++ b/doc/todo.mdwn @@ -3,5 +3,7 @@ or tags: [[todo/confirmed]] [[todo/moreinfo]] [[todo/needsthought]] [[todo/unlik [[!inline pages="./todo/* and !./todo/*/* and !./todo/done and !link(done) and !*/Discussion and !./todo/moreinfo and !./todo/confirmed -and !./todo/needsthought and !./todo/unlikely" actions=yes postform=yes postformtext="Add a new todo titled:" +and !./todo/needsthought and !./todo/unlikely +and !./todo/priority" +actions=yes postform=yes postformtext="Add a new todo titled:" show=0 feedlimit=10 archive=yes template=buglist]] diff --git a/doc/todo/priority.mdwn b/doc/todo/priority.mdwn new file mode 100644 index 0000000000..aec1c2b616 --- /dev/null +++ b/doc/todo/priority.mdwn @@ -0,0 +1,13 @@ +This tag is for high priority todo items. + +During the current crisis, please only add things that are either needed +by scientists using git-annex (for any reason), or by organizations working +on the crisis. + +Note that several [[projects]] use git-annex for science and items tagged +belonging to those projects will be prioritized so do not generally need to +be listed here. + +[[!inline pages="todo/* and !todo/*/* and !todo/done and !link(todo/done) +and link(todo/priority) and !*/Discussion" show=0 feedlimit=10 +archive=yes template=buglist]] -- 2.30.2