forked from RobinCsl/gatsby-starter-docz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommit-template.txt
More file actions
15 lines (12 loc) · 887 Bytes
/
commit-template.txt
File metadata and controls
15 lines (12 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# <Fix/Feat/...>: <one-line summary>
# e.g. Feat: Added Icon component
Summary:
# Summary: <longer description, documenting the history of the repository>
# e.g. Summary: For Icon component to work on web, it was necessary to add dependency on @kiwicom/orbit-components. Since mobile version relies on a font file, it should be possible to use the font on the web as well. Created issue to improve this in the future.
# `Fix`: bug fixes, e.g. fix some colors, paddings.
# `Feat`: new features, e.g. add new component.
# `Refactor`: code/structure refactor, e.g. new structure folder for components/ extracting component to separate file.
# `Docs`: changes into documentation,
# `Test`: adding or updating tests, e.g. unit, snapshot testing.
# `Chore`: tooling changes, e.g. change circle ci config.
# `BREAKING`: for changes that break existing usage, e.g. change API of a component.