[go: up one dir, main page]

Skip to content

rg-km/final-project-engineering-52

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-Scholarship

Go-scholarship is a scholarship information website that was deliberately created to meet the needs and help advance education in Indonesia. This website project is also used to fulfill the final project of Ruangguru and Kampus merdeka.


Overview

  • Frontend and Backend project separated
  • Frontend and Backend both have README.md so feel free to read it when you want to run projects one by one
  • Project use conventional commits to prevent commit confusion

Conventional commits

feat : new features
fix : fix something, e.g bugs
ref : refactor code
docs : documentation
chore : change to the build process, e.g add depedencies
style : not affect to the code, e.g formatting, missing semi-colons, white space, etc
test : add test or correcting existing tests

Example :

git commit -m "feat: add register"
git commit -m "fix: nullable name at register page"
git commit -m "ref: make the code short and simple at register handler"
git commit -m "docs: add the documentation at register page"
git commit -m "style: add some white space at register handler to handle the confusion"
git commit -m "test: add test for register handler"

References

conventional-commits