Transportation Tickets Payment
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 |
- The GitHub Workflow should be followed.
- PRs should be Squashed and Merged into master.
- It's preferred to enable auto merge on your PRs.
- Install derry:
flutter pub global activate derry
- Add Pub's cache folder
(C:\Users\USER\AppData\Roaming\Pub\Cache\bin)
to yourPATH
. - Run
derry build
* to get dependencies and generate missing files.
* For Git bash: use
derry.bat
instead ofderry