aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/debbug_shortcut_should_expand_differently.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-01-09 06:03:39 -0500
committerJoey Hess <joey@kitenet.net>2008-01-09 06:03:39 -0500
commit2b2ff53c2fe11e4f7d327dd5fa07db081f09bbc4 (patch)
tree14328329517d9d3aa85cbb2b68f774eb29ed70bf /doc/bugs/debbug_shortcut_should_expand_differently.mdwn
parent8e1b4c00f6e894c4ef46a71b6804a81503b22fd3 (diff)
downloadikiwiki-2b2ff53c2fe11e4f7d327dd5fa07db081f09bbc4.tar
ikiwiki-2b2ff53c2fe11e4f7d327dd5fa07db081f09bbc4.tar.gz
web commit by http://madduck.myopenid.com/
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]]