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_commit_messages_cheatsheet.md
Last active June 14, 2024 23:58
Conventional Commit Messages - 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