Skip to content

Commit

Permalink
(#3) Delete Korean Description
Browse files Browse the repository at this point in the history
  • Loading branch information
shinYeongHyeon committed Jul 9, 2023
1 parent 47bcf0c commit 0adff45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file added .DS_Store
Binary file not shown.
10 changes: 5 additions & 5 deletions git-hooks/commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ def check_message_format
message = File.read(message_file)

if !$regex.match(message)
puts "!!주의!! 커밋메시지 규칙에 어긋납니다.".red # If you dont wanna be colorized console, delete .red
puts "!!Caution!! It violates the commit message rules.".red # If you dont wanna be colorized console, delete .red
puts ""
puts "[규칙]"
puts "변수명 : ##변수##".blue # If you dont wanna be colorized console, delete .blue
puts "[Rules]"
puts "Variables : ##Variable##".blue # If you dont wanna be colorized console, delete .blue
puts ""
puts "(###이슈번호##) ##커밋메시지##"
puts "(###IssueNumber##) ##Commit Message##"
puts ""
puts "예시".blue # If you dont wanna be colorized console, delete .blue
puts "Example".blue # If you dont wanna be colorized console, delete .blue
puts "(#152) Initial Commit"
exit 1
end
Expand Down

0 comments on commit 0adff45

Please sign in to comment.