Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 961 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 961 Bytes

Contributing to Tautulli Remote

Pull Requests

If you think you can contribute code to the Tautulli Remote repository, do not hesitate to submit a pull request.

Branches

All pull requests should be based on the develop branch, to minimize cross merges. When you want to develop a new feature, clone the repository with git clone origin/develop -b FEATURE_NAME. Use meaningful commit messages.

Dart Code

Compatibility

The code should work with the latest stable versions of Dart and Flutter.

Code conventions

Tautulli Remote works to follow the Dart Style Guide using Clean Architecture and Test Driven Development.

Documentation

Document your code. Use doc comments, see Effective Dart: Documentation for more information.