sshniro commented on a change in pull request #159: Adding script to verify commit message URL: https://github.com/apache/incubator-apisix-dashboard/pull/159#discussion_r396946029
########## File path: scripts/verifyCommit.js ########## @@ -0,0 +1,26 @@ +// Invoked on the commit-msg git hook by yorkie. + +const chalk = require('chalk'); +const msgPath = process.env.GIT_PARAMS; Review comment: sure @juzhiyuan I will check this. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services