We value transparency and readability. Maintaining a consistent and clear structure of commits is a priority for us.
You can create a commit like this:
<type of update>(<updated file/component/feature>): <additional description>
This can be any of the following items:
- feat
- fix
- merge
- remove
- refactor
- chore
- release
To give more detail about your commit, declare the file or feature you updated.
For example:
index.html
Button.svelte
trade
transaction
State what you have changed or why you did it. It is your choice as long as you stay between from 1 to 50 characters.