Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Latest commit

 

History

History
46 lines (32 loc) · 1.68 KB

CONTRIBUTING.md

File metadata and controls

46 lines (32 loc) · 1.68 KB

Contributing 💜

Thanks for thinking about helping with Stagehand! Here are a couple of ways that you can contribute:

To avoid wasting your time, please talk with us before you make any nontrivial pull request. The issue tracker is a good way to track your progress publicly, but we can also communicate other ways such as email and Gitter.

Compress templates

If you make changes to template files, recompress the template:

pub run build_runner build

Run tests

Travis runs these too, but your PR will look better if all tests pass the first time:

pub run test
dart test/validate_templates.dart

Resources

For more information on contributing to Dart, see the dart-lang/sdk Contributing page.