Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.72 KB

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 1.72 KB

Contributing Guide

dart_amqp is of course Open Source! Feel free to contribute!

Getting Started

Making Changes

Code Style

When submitting pull requests try to follow the Dart Style Guide.

Unit tests

Please make sure you submit a unit-test together with your pull request. All unit tests should be placed inside the test/lib folder. You can add you own unit-tests to the existing test suites or create a new one. If you need to create a new test suite for your PR then make sure you also update the main test runner which is located at tests/run_all.dart.

The project ships with a the test/test_coverage.sh script for generating html code coverage reports using dart-lang/coverage and LCOV.