Skip to content

Commit

Permalink
b/251246347 Extend bug template (#802)
Browse files Browse the repository at this point in the history
Change format, add note about answering questions
to help fix the issue.
  • Loading branch information
jpassing committed Oct 6, 2022
1 parent 4d5af7d commit 9d37513
Showing 1 changed file with 5 additions and 4 deletions.
Expand Up @@ -31,10 +31,11 @@ public class BuganizerAdapter
private void ReportBug(int component, int template, BugReport report)
{
var body = "NOTE: This issue report will be visible to the public. Make sure you don't include any confidential information.\n\n" +
"> What are the steps to reproduce this issue?\n\n" +
"> What's the expected behavior?\n\n" +
"> What's the observed behavior?\n\n" +
"> Does the issue occur every time or only occasionally?\n\n" +
"You can help us fix this issue by answering a few questions:\n\n" +
"+ What are the steps to reproduce this issue?\n\n" +
"+ What's the expected behavior?\n\n" +
"+ What's the observed behavior?\n\n" +
"+ Does the issue occur every time or only occasionally?\n\n" +
"\n" +
"```\n" + report + "```";

Expand Down

0 comments on commit 9d37513

Please sign in to comment.