Skip to content

Instantly share code, notes, and snippets.

View thammuio's full-sized avatar
👋
I may be slow to respond.

Suri Nuthalapati thammuio

👋
I may be slow to respond.
View GitHub Profile
@thammuio
thammuio / git-commit-m.md
Last active June 11, 2022 14:55
My commit messages.

List of conventional Commit Types and their usage

Commit Type Title Description Emoji
feat Features A new feature
fix Bug Fixes A bug Fix 🐛
docs Documentation Documentation only changes 📚
style Styles Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) 💎

|

// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',