Skip to content

Commit

Permalink
Add conventions about branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexedia authored Sep 21, 2023
1 parent 3402435 commit e7bea4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ All issues marked with 'help-needed' badge are free to be picked up by any membe
Pull requests should be descriptive about changes that are made.
If adding new functionality or modifying existing, documentation should be added/modified to reflect changes.

When submitting a pull request, please, always create a new branch with the following format; `[scope]/name`.
`[scope]` must be the type of changes your PR alter. E.g, when adding a new feature, it must be `feat/`, for a bugfix, `bug/` or `fix/`, etc..

Do not push your changes on the three main branches, it can messes up with rebases.

## Coding style

We attempt to conform [Effective Dart Coding Style](https://dart.dev/guides/language/effective-dart/style) where possible.
Expand Down

0 comments on commit e7bea4d

Please sign in to comment.