project-1-team-4 created by GitHub Classroom
Methods: lowerCamelCase
Class names: UpperCamelCase
Variable names: lowerCamelCase
Commits:
feat:
Commits, that adds a new featurefix:
Commits, that fixes a bugrefactor:
Commits, that rewrite/restructure your code, however does not change any behaviourperf:
Commits are special refactor commits, that improve performancestyle:
Commits, that do not affect the meaning (white-space, formatting, missing semi-colons, etc)test:
Commits, that add missing tests or correcting existing testsdocs:
Commits, that affect documentation onlybuild:
Commits, that affect build components like build tool, ci pipeline, dependencies, project version, ...ops:
Commits, that affect operational components like infrastructure, deployment, backup, recovery, ...chore:
Miscellaneous commits e.g. modifying .gitignore
e.g feat: add shopping button
Branch names:
category/description-like-this
e.g feat/create-listActivty
Pull Requests:
PR name: Branch name
Description: Description of what the PR contains