Skip to content

Instantly share code, notes, and snippets.

@qrush
Created March 24, 2020 13:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qrush/57d4640a71a5a819ad12f282652d249b to your computer and use it in GitHub Desktop.
Save qrush/57d4640a71a5a819ad12f282652d249b to your computer and use it in GitHub Desktop.
Semantic Commit-Based Pull Request Template
feat (VideoComponent): Allow downloading as a GIF
fix (Billing): Don't allow freeloaders to freeload so much
docs (changes to documentation)
style (formatting, missing semi colons, etc; no code change)
refactor (refactoring production code)
test (adding missing tests, refactoring tests; no production code change)
chore (updating grunt tasks etc; no production code change)
@qrush
Copy link
Author

qrush commented Mar 24, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment