Skip to content

Instantly share code, notes, and snippets.

View mughieams's full-sized avatar

Mughie Mughoni mughieams

View GitHub Profile
@mughieams
mughieams / Gemfile
Last active January 9, 2020 05:27
Gemfile
# frozen_string_literal: true
source "https://rubygems.org" do
gem 'rake'
gem 'html-proofer'
end
@mughieams
mughieams / config
Created January 9, 2020 04:29
./bundle/config
---
BUNDLE_PATH: vendor/bundle
@mughieams
mughieams / semantic-commit-messages.md
Created December 17, 2019 06:16 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example