[#<issue1>, #<issue2>, ... ]<type>(<scope>): <hint>
Related bugs should be listed at the beginning of comment.
- feature - used when adding a new functionality;
- fix - if any serious bug fixed;
- docs - changes to the documentation;
- typo - fix typos and formatting;
- refactor - code refactoring;
- test - changes to the test suite;
- chore - code maintenance.
Scope could be anything specifying place of the commit change.
Use imperative, present tense: “change” not “changed” nor “changes”. Don't capitalize first letter. No dot (.) at the end.
Join comments with '\n'.
feature(core): add Jade template engine
#2647 fix(router): fix routing when request method passed in lowercase