Git Commit Conventions
This document outlines the commit message convention we adhere to in our development process. It's crucial that every developer follows this standard for consistency and better collaboration.
Last updated
This document outlines the commit message convention we adhere to in our development process. It's crucial that every developer follows this standard for consistency and better collaboration.
Last updated
feat: implement two-factor authentication<type>(<scope>): <description>
<body>
<footer>feat(user-authentication): implement two-factor authentication