Skip to content

Commit

Permalink
Improve messages
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Mar 13, 2014
1 parent cc4e0ff commit b97bed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooks/sob.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
}

if (count($missing) > 0) {
$message = "Following commits are missing Signed-Off-By:\n\n";
$message = "Following commits are missing Signed-Off-By line to indicate that you agree with phpMyAdmin Developer's Certificate of Origin:\n\n";
$message .= implode(', ', $missing);
$message .= "\n\nSee https://github.com/phpmyadmin/phpmyadmin/blob/master/CONTRIBUTING.md for more information.";
$message .= "\n\nPlease check [contributing documentation](https://github.com/phpmyadmin/phpmyadmin/blob/master/CONTRIBUTING.md) for more information.";
github_comment($data['pull_request']['number'], $message);
die('Comment posted.');
}

0 comments on commit b97bed2

Please sign in to comment.