Convention
Domain Name Convention
Git Convention
Repositories
Prefix for git-repositories:
mono
- monoreposervice
- backendweb
- frontend (UI)draft
- draft without referenceenv
- config for diff environmentsinfra
- infrastructurecli
- Command Line Applicationtgbot
- Telegram Botdemo
- demonstration code/concept/ideatraining
- learning course/playlist/etccourse
- education courseworkshop
- workshop for simple themepresentation
- Presentation as a Code
Exclusions
rakovets
- its README.md will appear on your public profile.rakovets.github.io
- personal page on GitHub_doc
- git submodules for few Docs repositories
Commits
Use prefix for a commit:
docs:
- for a documentationenv:
- for environmentfeat:
- for future functionalityrefactor:
- for refactoringfix:
- to fix bugs after release