Skip to content

Instantly share code, notes, and snippets.

@0m15
0m15 / SketchSystems.spec
Last active November 9, 2018 17:27
Photo App*
Photo App*
Splash Screen*
loaded -> Select Source
Select Source
allow camera -> Take Picture
allow library -> Snapshot
Take Picture
@0m15
0m15 / shorter-git-commit-proposal.md
Last active February 5, 2020 10:03
A shorter, easy to read git commit message format syntax

Premise

I find it tedious to write commit messages. The common practice is to use a verbose commit message, where the first word is a verb describing what the commit did do, for example:

  • Add editable title on <ArticleEdit /> component
  • Hotifx: Handle authentication failed for expired token
  • Fix typo in about us page
  • Remove unused css