You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature/your-branch-name : any work on a feature of the project
bugfix/your-branch-name : any work on a bug of the project
Commit messages convention
The commit message must describe explicitly what are your changes. Those changes must address only one specific task.
Example
Let's say we want to add an exit button to the interface. We would want to create a new branch from master named like this:
feature/exit-button
When we commit on that new branch we would like to have specific commit messages. For example, if we change the position position of the exit button to the top-right corner we would have this message: