Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.05 KB

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 1.05 KB

Contributing to macos_ui

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.

Branch structure

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.

Commit style

This repository uses conventional commits. Please ensure that you use them!

Pull Requests

As mentioned above, all pull requests should target dev.

Pre-launch script

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.

Versioning

macos_ui uses semantic versioning. Please ensure your updates follow this method accordingly.