Any way to add custom instructions to bug or add bug page for a project?

Asked by Charlie Poole

Some projects need custom bug-reporting instructions. Is there any way to do this either on the main bug page or when adding a bug for a project?

FWIW, here's a use case: The NUnit proect often gets bug reports from people running NUnit tests via Resharper, a commercial product. Often this is not even mentioned because people assume it's not important. We'd like to tell them before they report the bug.

Charlie

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Christian Reis
Solved:
Last query:
Last reply:
Revision history for this message
Best Christian Reis (kiko) said :
#1

There sure is; just visit the project's +edit page and edit the field marked "If I’m reporting a bug, I should include, if possible". Maybe the label to that field is just completely bong, but that's what it does. Examples of places where thisis used is the Ubuntu +filebug workflow -- try it on staging to see how it looks. Does that work for you?

Revision history for this message
Charlie Poole (charlie.poole) said :
#2

Indeed it does work!

THanks