Each commit to the dev
and master
branches should be prefixed with one of the following categories when applicable:
- feat: Changes that add a new feature.
- fix: Changes that fix a bug.
- perf: Changes that improve app performance.
- ui: Changes that improve app UI and design.
- ux: Changes that improve app UX.
- refactor: Changes that refactor parts of the app.
- nit: Changes that clean up code in small ways.