Skip to main content

github-standards

Github standards that helps on scale and learning through what done will become easy​

Git Commit Message Naming Best Practices​

TypeDescriptionExample
featA new featurefeat: add OTP support for SMS login
fixA bug fixfix: correct JWT refresh logic
docsDocumentation only changesdocs: update README setup section
styleCode formatting, no logic changestyle: reformat service files
refactorCode change that neither fixes bug nor adds featurerefactor: split AuthService into modules
testAdding or fixing teststest: add integration test for token flow
choreMaintenance taskschore: bump Spring Boot version

Add here what you learnt new.....​