0.1.0 • Published 7 months ago

work-permit-spa-v3 v0.1.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
7 months ago

Work Permit SPA v3 - Qiwa

Starter includes

  • qiwa-design-system provided by Flying Bisons. You can find documentation here.
  • react-qiwa-core provided by TSH. react-qiwa-core provides all core hooks, providers and components for common functionality.

Documentation

We've created a couple of files on Confluence which represents basic solutions and rules used in our new React Starter. Following information included in these files, you'll be able to easily setup a new project. You can treat this place as a source of any piece of information related to the starter. If you have any questions, please try to find them here first.

Project setup

It's recommended to follow this guide in order to setup a new project.

Commits format

We use a tool called commitlint to check if commit messages meet the conventional commit format. It requires a following pattern of commit message: type(scope?): subject [jira-ticket-number] #scope is optional; multiple scopes are supported (current delimiter options: "/", "\" and ","). There is more information about this tool (including real world examples) presented here.