Skip to content

Convention

Domain Name Convention

image

Git Convention

Repositories

Prefix for git-repositories:

  • mono - monorepo
  • service - backend
  • web - frontend (UI)
  • draft - draft without reference
  • env - config for diff environments
  • infra - infrastructure
  • cli - Command Line Application
  • tgbot - Telegram Bot
  • demo - demonstration code/concept/idea
  • training - learning course/playlist/etc
  • course - education course
  • workshop - workshop for simple theme
  • presentation - 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 documentation
  • env: - for environment
  • feat: - for future functionality
  • refactor: - for refactoring
  • fix: - to fix bugs after release