Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 705 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 705 Bytes

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.