set postformtext to perhaps make it clearer that this form at the top of the page is where one reports a new bug

This commit is contained in:
Joey Hess 2015-08-02 19:20:55 -04:00
parent 1ccf93ef8d
commit 0cc5c2eb0f
2 changed files with 2 additions and 2 deletions

View file

@ -2,6 +2,6 @@ This is git-annex's bug list. Closed bugs are moved to [[done]].
[[!inline pages="./bugs/* and !./bugs/*/* and !./bugs/done and !link(done)
and !./bugs/moreinfo and !./bugs/confirmed and !./bugs/forwarded and !*/Discussion"
actions=yes postform=yes show=0 archive=yes template=buglist]]
actions=yes postform=yes postformtext="Report a new bug titled:" show=0 archive=yes template=buglist]]
[[!edittemplate template=templates/bugtemplate match="bugs/*" silent=yes]]

View file

@ -1,4 +1,4 @@
This is git-annex's todo list. Link items to [[todo/done]] when done. A more complete [[design/roadmap/]] is also available.
[[!inline pages="./todo/* and !./todo/done and !link(done)
and !*/Discussion" actions=yes postform=yes show=0 archive=yes]]
and !*/Discussion" actions=yes postform=yes postformtext="Add a new todo titled:" show=0 archive=yes]]