Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

TrueBabyChaise/ECS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Before continuing...

Alt Text

⚠️ Enable nomenclature ⚠️

npx husky install

A non correct commit or branch name, will be deleted or rebase.

Branch

  • master : main branch, contains the latest stable version of the code
  • dev : dev branch, contains the latest version of the code
  • feat/ : branch for a new feature
  • fix/ : branch for a bug fix
  • docs/ : branch for documentation

Other branches will be created if needed.

Commit

type(scope): message

Type

  • feat: : new feature
  • fix: : bug fix
  • refactor: : code refactoring
  • style: : code style
  • docs: : documentation
  • test: : test
  • other: : other changes

Scope example

  • travel-route : Change in api travel route
  • google-api : Change in api weather
  • login : Change in login page

No scope is needed if the commit is not related to a specific part of the code.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published