Skip to content

Instantly share code, notes, and snippets.

@AParks
AParks / CONVENTIONS.md
Created April 13, 2020 19:52 — forked from alexweber/CONVENTIONS.md
Git Commit Conventions

Git Commit Conventions

Commit Conventions

<type>(scope): message

Types

  • feat (features)
  • fix (bug fixes)
// FOLLOWING LINES ARE PREPENDED VERBATIM TO THE FILE BY SERVER -->
(function(pluginName, plugin) {
var wizehive = null;
var angular = null;
plugin.currentPluginName = pluginName;
// <-- END SERVER PREPENDING
// DUMP YOUR JS CODE HERE - sample plugin code: -->