Skip to content

sparta-hmif/Web-Sparta-2022

Repository files navigation

Notes

Kalo belum ada, tambahin file .env di folder root. Isi filenya bisa dilihat di sini

Branching and Commit Messages

Setiap membuat branch baru harus ambil base dari develop. Untuk penamaan commit dan branch menggunakan kebab case serta mengikuti format berikut.

  • Format branch: <type>/<title>
  • Format commit: <type>: <subject>

Untuk type mengikuti semantic berikut.

  • feat: (new feature for the user, not a new feature for build script)
  • fix: (bug fix for the user, not a fix to a build script)
  • docs: (changes to the documentation)
  • style: (formatting, missing semi colons, etc; no production code change)
  • refactor: (refactoring production code, eg. renaming a variable)
  • test: (adding missing tests, refactoring tests; no production code change)
  • chore: (updating grunt tasks etc; no production code change)

Link

About

Website untuk kegiatan SPARTA 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published