Skip to content

Commit

Permalink
feat: introduce git commit template
Browse files Browse the repository at this point in the history
- introduced git commit template

Signed-off-by: Mariya George <[email protected]>
  • Loading branch information
mariyageorge01 committed Sep 29, 2024
1 parent 62ccfdb commit 3fe6c12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitmessage
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
feat|fix: <title>

<body>

Signed-off-by: <your_name> <your_email>
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3fe6c12

Please sign in to comment.