diff --git a/.gitmessage b/.gitmessage new file mode 100644 index 0000000..7805bd2 --- /dev/null +++ b/.gitmessage @@ -0,0 +1,5 @@ +feat|fix: + +<body> + +Signed-off-by: <your_name> <your_email> \ No newline at end of file diff --git a/package.json b/package.json index 6eb04af..974c77b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "start": "next start", "lint": "next lint", "format:fix": "yarn prettier . --write", - "format:check": "yarn prettier . --check" + "format:check": "yarn prettier . --check", + "postinstall": "git config commit.template .gitmessage" }, "dependencies": { "@carbon/react": "^1.66.0",