Skip to content

Instantly share code, notes, and snippets.

View 0xMrNight's full-sized avatar

Siddharth Arumugam 0xMrNight

View GitHub Profile
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import click
from PIL import Image
class Steganography(object):
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active June 26, 2024 15:43
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