Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.64 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.64 KB

tazkrtak

style: lint

Transportation Tickets Payment

Version Control Guidelines

Commits Convention

The Conventional Commits specification should be followed using the following types:

Type Related Changes
style Restyling widgets or Updating theme, without affecting any logic
feat Introducing new feature
fix Fixing a bug
refactor Code change that neither fixes a bug nor adds a feature
ci Updating GitHub Actions workflow or adding new one
chore Changes not related to application code, like updating README

Merging Workflow

Getting started

  1. Install derry: flutter pub global activate derry
  2. Add Pub's cache folder (C:\Users\USER\AppData\Roaming\Pub\Cache\bin) to your PATH.
  3. Run derry build* to get dependencies and generate missing files.

* For Git bash: use derry.bat instead of derry