Skip to content

Commit

Permalink
Add commit template
Browse files Browse the repository at this point in the history
Auditors: @aekeus

Test Plan: n/a

/cc @alexwykoff
  • Loading branch information
bbondy committed Aug 29, 2016
1 parent 4a8e146 commit daf8d62
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
4 changes: 4 additions & 0 deletions COMMIT_TEMPLATE
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

Auditors:

Test Plan:
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"node-static": "^0.7.7",
"node-uuid": "^1.4.7",
"nsp": "^2.2.0",
"pre-commit": "^1.1.3",
"pre-commit": "brave/pre-commit",
"react-addons-perf": "^15.2.1",
"spectron": "^1.37.0",
"sqlite3": "^3.1.1",
Expand Down Expand Up @@ -177,10 +177,13 @@
"tools/lib/rimraf.js"
]
},
"pre-commit": [
"lint",
"docs"
],
"pre-commit": {
"run": [
"lint",
"docs"
],
"template": "COMMIT_TEMPLATE"
},
"engineStrict": true,
"engines": {
"node": ">= 6.1.0"
Expand Down

0 comments on commit daf8d62

Please sign in to comment.