Your branch name must have a clear name, don´t be affraid to have a big name. Use kebab-case as name format.
Your commits must follow the conventional commits guidelines. You can check them here.
- Your variables must be in camelCase format and have self explanatory names.
- Your functions must be in camelCase format and have self explanatory names.
- If you want to create new tables, in the database, the columns must be in snake_case format.