Thanks for checking out macos_ui
! We appreciate your interest in contributing! Here are some
basic things you'll need to know to get started.
The default branch for this project is dev
. Your work should take place in a branch checked out
from here. stable
is reserved for releases to pub.dev. All pull requests should therefore
target dev
.
dev
and stable
are protected branches.
This repository uses conventional commits. Please ensure that you use them!
As mentioned above, all pull requests should target dev
.
Before opening your pull request, please ensure that the following following requirements are met:
- All code is properly formatted
- There are no Dart analysis warnings
- All tests pass
Pull requests should always be merged via GitHub and not via command-line.
macos_ui
uses semantic versioning. Please ensure your updates follow this method accordingly.