Skip to content

Instantly share code, notes, and snippets.

View RoMeAh-zz's full-sized avatar

Ronit Rahaman RoMeAh-zz

View GitHub Profile
@RoMeAh-zz
RoMeAh-zz / index.json
Created May 10, 2021 10:37
Conventional Commit Types
{
"types": {
"✨ feat": {
"description": "A new feature",
"title": "Features"
},
"🐛 fix": {
"description": "A bug fix",
"title": "Bug Fixes"
},