Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 812 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 812 Bytes

Guidelines & Standards

Common

TODO

Git

  • Follow Conventional Commits for git commits.
  • Pull request for task - always 1 git commit.
    • Pull request with more than 1 commit is possible only if it's for a release.

Github settings

  • In github settings allow only rebase merging (Restrict "merge commits" and "squash merging").

Code formatting (frontend & backend)

Use prettier for code formatting. Use .prettierrc file from this repo as config.

JavaScript/Typescript agreements & standards

See Link

API contracts

See Link

Backend best practices & recommendations

See Link