summaryrefslogtreecommitdiff
path: root/doc/bugs/debbug_shortcut_should_expand_differently.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-09 14:35:11 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-09 14:35:11 -0500
commited30330ac23ca84235e09cfc2f0acd55d62e4a09 (patch)
treed1b05f9b7b0ee0384dcbfda321e8b5331759b86d /doc/bugs/debbug_shortcut_should_expand_differently.mdwn
parent57ff2ecaeddb3e802fbec50acd7bf286941ec000 (diff)
parent9f34404bb38b69ea7e438581d0c3348e0d99b5fc (diff)
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Diffstat (limited to 'doc/bugs/debbug_shortcut_should_expand_differently.mdwn')
-rw-r--r--doc/bugs/debbug_shortcut_should_expand_differently.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/debbug_shortcut_should_expand_differently.mdwn b/doc/bugs/debbug_shortcut_should_expand_differently.mdwn
new file mode 100644
index 000000000..22a1c149c
--- /dev/null
+++ b/doc/bugs/debbug_shortcut_should_expand_differently.mdwn
@@ -0,0 +1,11 @@
+`\[[debbug 123456]]` expands to "bug #123456", which is hyperlinked. Could you please drop the leading "bug", for two reasons?
+
+First, #123456 is not a bug, it's a bug report. And second, #123456 suffices, doesn't it? By hardcoding the "bug" in there, you make it impossible to start a sentence with a bug number, e.g.:
+
+ There are problems with code. #123456 is a good example of...
+
+instead of
+
+ There are problems with code. bug #123456 is a good example of...
+
+Thanks, --[[madduck]]