☘️ you can see the details and phase of this project in notion
- please specify Project when making issue template in GitHub
- create new branch at "develop" branch
branch naming: {purpose of making branch}-{issue number}/{issue name}
ex) enhancement-18/sign_up, fix-21/invalid_redis...
- make sure that the form of the commit message be like
final commit message naming: {last commit message}, close #{issue number}
ex) git commit -m "error has fixed, close #13"
- make sure that the form of the commit message be like
{type of branch}: {last commit message}, close #{issue number}
ex) git commit -m "fix: error has fixed, close #13"