diff options
author | Joey Hess <joey@kitenet.net> | 2012-02-06 21:37:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-02-06 21:37:44 -0400 |
commit | 679e2567d09667ef4f90902db8b493e01844e246 (patch) | |
tree | 1719e411308f41cc8ecd9f0cf1d25cd5b1c5677d | |
parent | 3f4f96228e85fc6762490b99b76026826917d95b (diff) |
add a bug template
-rw-r--r-- | doc/bugs.mdwn | 2 | ||||
-rw-r--r-- | doc/templates/bugtemplate.mdwn | 12 |
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn index 2786e5bf7..b0837eb10 100644 --- a/doc/bugs.mdwn +++ b/doc/bugs.mdwn @@ -2,3 +2,5 @@ This is git-annex's bug list. Link bugs to [[bugs/done]] when done. [[!inline pages="./bugs/* and !./bugs/done and !link(done) and !*/Discussion" actions=yes postform=yes show=0 archive=yes]] + +[[!edittemplate template=templates/bugtemplate match="bugs/*" silent=yes]] diff --git a/doc/templates/bugtemplate.mdwn b/doc/templates/bugtemplate.mdwn new file mode 100644 index 000000000..2d35c8f6f --- /dev/null +++ b/doc/templates/bugtemplate.mdwn @@ -0,0 +1,12 @@ +What steps will reproduce the problem? + + +What is the expected output? What do you see instead? + + +What version of git-annex are you using? On what operating system? + + +Please provide any additional information below. + + |