Skip to content

Commit

Permalink
Updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Nov 18, 2020
1 parent f51ec72 commit 421e431
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Service/StaleIssueCommentGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,23 @@ private function bug(): string
{
return <<<TXT
Hey, thanks for your report!
Is this bug still relevant? Have you managed to find a workaround?
There has not been a lot of activity here for a while. Is this bug still relevant? Have you managed to find a workaround?
TXT;
}

private function feature(): string
{
return <<<TXT
Thank you for this suggestion.
Is this still something we want to do?
There has not been a lot of activity here for a while. Would you still like to see this feature?
TXT;
}

private function unknown(): string
{
return <<<TXT
Thank you for this issue. Has this been resolved?
Thank you for this issue.
There has not been a lot of activity here for a while. Has this been resolved?
TXT;
}
}

0 comments on commit 421e431

Please sign in to comment.