Skip to content

Rhythm-Finders/play-ground

Repository files navigation

play-ground

Branch naming convetions

  • feature/: For developing new features
    • pattern should be 'feature/domain'
      • ex. feature/member
  • bugfix/: To fix bugs in the code. Often created associated to an issue.
  • hotfix/: To fix critical bugs in the production.

commit message naming conventions

  • feat: add new features
  • docs: update documentation
  • fix: update functions
  • refactor: update structures without function changes

About

only for practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages