mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-29 04:02:17 -04:00
Merge remote-tracking branch 'upstream/dev' into bw/rubocop-ci
This commit is contained in:
@@ -28,7 +28,7 @@ Please set it using
|
||||
end
|
||||
end
|
||||
|
||||
if !system("grep #{author} CONTRIBUTORS.md") then
|
||||
unless system('grep', '-i', author, 'CONTRIBUTORS.md') then
|
||||
abort %{
|
||||
Thanks for your contribution, #{author}!
|
||||
Please add your name and GitHub handle to the file CONTRIBUTORS.md,
|
||||
|
||||
Reference in New Issue
Block a user