diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-23 20:16:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-23 20:16:09 -0400 |
commit | cf9fe52ec83e318b939fa5c9b2c926300c5ac9cc (patch) | |
tree | 975264c243d8b9be707ead04326fc3eb0a43e01f /doc | |
parent | 22c77acb85aa7dffa52d28f7ff84b64b75f5b621 (diff) |
reorg template; add section for transcript or log with format directive
Diffstat (limited to 'doc')
-rw-r--r-- | doc/templates/bugtemplate.mdwn | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/doc/templates/bugtemplate.mdwn b/doc/templates/bugtemplate.mdwn index 2d35c8f6f..92eb50235 100644 --- a/doc/templates/bugtemplate.mdwn +++ b/doc/templates/bugtemplate.mdwn @@ -1,12 +1,23 @@ -What steps will reproduce the problem? +### Please describe the problem. -What is the expected output? What do you see instead? +### What steps will reproduce the problem? -What version of git-annex are you using? On what operating system? -Please provide any additional information below. +### What version of git-annex are you using? On what operating system? + +### Please provide any additional information below. + + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/debug.log + + + +# End of transcript or log. +"""]] |