Skip to content

Instantly share code, notes, and snippets.

View touero's full-sized avatar
😅
I may be slow to respond.

Ensong Wei touero

😅
I may be slow to respond.
  • Bingzgoj Si
View GitHub Profile
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active November 25, 2024 08:01
Conventional Commits Cheatsheet

Conventional Commit Messages starline

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, determine version and generate changelogs

Commit Message Formats

Default

from selenium import webdriver
from selenium.webdriver.common.proxy import Proxy
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
import zipfile