Skip to content

Commit

Permalink
fix(#64): Maximum number of suggestions must be 3 bullet points.
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Mar 26, 2024
1 parent 9b59c46 commit b71e702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user-prompt.ts
Expand Up @@ -45,7 +45,7 @@ export class UserPrompt {
return `
Please strictly review the following bug report and generate a summary with quality problems related to this report formulation.
The summary must include only star (*), no indent bullet points with quality problems that only this report has and tips on how to fix them, so author of this report can improve it.
Maximum number of suggestions is 3.
Maximum number of suggestions must be 3 bullet points.
Don't suggest how to fix the bug, instead focus only on problems with bug report formulation.
If you see that bug report don't have quality problems with it's formulation, then just say "Quality is awesome".
Don't generate any other info.
Expand Down

0 comments on commit b71e702

Please sign in to comment.