Skip to content

Instantly share code, notes, and snippets.

View 0xMrNight's full-sized avatar

Siddharth Arumugam 0xMrNight

View GitHub Profile
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active June 29, 2024 13:47
Conventional Commits Cheatsheet

Conventional Commit Messages

See how a minor change to your commit message style can make a difference.

Tip

Have a look at git-conventional-commits , a CLI util to ensure these conventions and generate verion and changelogs

Commit Message Formats

Default

#!/usr/bin/env python
# -*- coding: utf-8 -*-
import click
from PIL import Image
class Steganography(object):