-
Notifications
You must be signed in to change notification settings - Fork 0
Project Git Convention
devpotatopotato edited this page Oct 16, 2025
·
6 revisions
- Whenever someone starts to change a code or setting, create a new issue and checkout new branch from main branch.
- branch names & commit messages should include the issue number in it.
- one or more teammates should review the Pull Request to merge to main branch.
- As soon as any crash or merge conflict occurs, report it on slack immediately so that other teammates are aware of the issue.
feat(backend) #3 : add refresh token endpoint
fe/feat/14-feed-screen
- Used for commits that new feature update
- feat(backend) #3 : add refresh token endpoint
- feat(frontend) #1 : main page added
- Used for commits that patch a bug or correct an error
- fix(backend) #139 : correct JWT expiration validation
- fix(frontend) #71 : fix main page pagination error
- Used for commits that restructure code without changing its behavior.
- refactor(backend) #14 : restructure auth service
- refactor(frontend) #94 : separate utility functions to new file
- Used for commits related to maintenance, tooling, or development environment updates
- chore(backend) #15 : update Spring Boot to 3.3.0
- chore(frontend) #16 : update all package dependencies to latest
- Used for commits that change or update documentation files
- docs(backend) #18 : update API spec for user login
- docs(common) #24 : update README.md
- frontend
- backend
- common
- issue number of the github/issues tab