Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

46 lines (38 loc) · 1.21 KB

Contributing to CSSI Front-End

We would love for you to contribute to CSSI API and help make it even better than it is today!

Type

Must be one of the following:

  • chore: Updating grunt tasks etc; no production code change
  • feat: A new feature
  • build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
  • docs: Documentation only changes
  • fix: A bug fix
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • test: Adding missing tests or correcting existing tests

Scope

The scope should be the name of the component affected.

Follow these <scope> values:

  • scripts
  • assets
  • styles
  • meta
  • components
  • containers
  • elements
  • forms
  • redux
  • routes
  • services
  • utils
  • variables
  • clients
  • dashboard
  • session
  • applications
  • auth
  • settings
  • api