add priority tags
This commit is contained in:
parent
a51a94f616
commit
357f783edf
5 changed files with 51 additions and 4 deletions
|
@ -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)
|
[[!inline pages="./bugs/* and !./bugs/*/* and !./bugs/done and !link(done)
|
||||||
and !./bugs/moreinfo and !./bugs/confirmed and !./bugs/forwarded and !./bugs/duplicate
|
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]]
|
feedlimit=10 template=buglist]]
|
||||||
|
|
||||||
[[!edittemplate template=templates/bugtemplate match="bugs/*" silent=yes]]
|
[[!edittemplate template=templates/bugtemplate match="bugs/*" silent=yes]]
|
||||||
|
|
14
doc/bugs/priority.mdwn
Normal file
14
doc/bugs/priority.mdwn
Normal file
|
@ -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]]
|
|
@ -1,5 +1,22 @@
|
||||||
git-annex is in a mode of continual user-driven improvement, involving numerous
|
git-annex is in a mode of continual user-driven improvement, involving
|
||||||
small issues and often easily implemented ideas.
|
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
|
Here are open todo items that have been confirmed as worth doing and
|
||||||
seem to have a design ready:
|
seem to have a design ready:
|
||||||
|
|
|
@ -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)
|
[[!inline pages="./todo/* and !./todo/*/* and !./todo/done and !link(done)
|
||||||
and !*/Discussion and !./todo/moreinfo and !./todo/confirmed
|
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]]
|
show=0 feedlimit=10 archive=yes template=buglist]]
|
||||||
|
|
13
doc/todo/priority.mdwn
Normal file
13
doc/todo/priority.mdwn
Normal file
|
@ -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]]
|
Loading…
Add table
Reference in a new issue