slingshot

module
v0.0.0-...-5cc97c8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 31, 2020 License: MIT

README

Slingshot

Contributing

Commit Messages

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

<scope> is optional Example:

feat: add inline editing
`-+-' `------+---------'
  |          |
  |          +-> Summary, written in english in present tense.
  |
  +-------> Type: e.g. chore, docs, feat, fix, refactor, style, or test.

Types which change production code:

  • feat: (new feature for the user, not a new feature for build script)
  • fix: (bug fix for the user, not a fix to a build script)
  • refactor: (refactoring production code, eg. renaming a variable)
  • perf: (a code change that improves performance)
  • revert: (reverts/undos a previous commit)

Types which do not change production code:

  • docs: (changes to the documentation)
  • style: (formatting, missing semi colons, etc)
  • test: (adding missing tests, refactoring tests)
  • chore: (updating grunt tasks etc)
  • wip: (work in progress, basically a savepoint)
  • ci: (changes to CI configuration files and scripts)
  • bump: (version updates)
  • localize: (translations)

Directories

Path Synopsis
apps

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL