Now there is only a simple "Create" link buried near the top of the list of issues for any project.
That's how beginners are supposed to find out how to report a bug or request a feature now.
At the very least I would request the link be changed to:
"Report a bug or request a feature"
and place on its own separate line or else separate from the list of issues, above or below the list.
The people who argued for removing the old 'report a bug' link were mostly developers of large popular modules that get many bug reports and features requests every day and week. Duplicate reports are their major concern.
The vast majority of modules however don't get nearly as much activity. This change makes it much less likely people will successfully be able to report a bug, which can hurt the quality of drupal modules.
The change was made without any usability research or data, but there is related research suggesting it will hurt bug reporting. Research shows click through rates improve for example when you make the text of a link more clear and focused on an action than a vague term like "create". For example people click through more when the "read more" link on teasers is changed to something like "click here to read more" (see ed_readmore module).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 329508_theme_issue_query_links.1.patch | 3.96 KB | dww |
Comments
Comment #1
dwwThe first step towards customizing this on drupal.org is to handle the links in a separate theme function.
I decided to make the patch larger than it otherwise needs to be by indexing the
$linksarray by action verbs, to make it easier to manipulate the link(s) you care about at the theme layer. Tested locally and as expected, all is fine. Any objections from the other project* maintainers?Comment #2
aclight commentedNot really an objection, but I don't think "statistics" is an action verb. Do we want to change it to be consistent?
Comment #3
dwwCommitted to HEAD and DRUPAL-5--2. I'm not going to worry about the internal key "statistics" not being an action verb. ;)