Skip to content

verdigado/gruene_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gruene App

Conventions

Code Style

We follow the Effective Dart code style.

Code should be formatted using dart format (docs).

Commits, Branches and Pull Requests

Branch names should be written using kebab-case and have the following schema:

<issue_key>-your-branch-name

1234-commit-message-documentation

Commit messages and PR names should have the following schema:

<issue_key>: Your commit message

1234: Add commit message documentation

See this guide for a general reference on how to write good commit messages.