Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 908 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 908 Bytes

It's very welcome your pull requests:

What is AngularJS's commit message convention?

in shortly:

  • if you want to commit a feature: feat: bla bla bla
  • if you want to commit a fix: fix: bla bla bla
  • if you want to commit some script not affect the code logic: chore: bla bla bla
  • if you want to commit some logic just on demo project: demo: bla bla bla
  • if you want to commit some logic improve performance: prefs: bla bla bla
  • if you want to commit some logic just on test: tests: bla bla bla

Helpful explain