Files
sdk/pkg/analysis_server_plugin/CONTRIBUTING.md
T
Sam Rawlins e6c739f40f linter: add contributing docs about closing issues
Change-Id: I1e587e7d2e7f93ca3a8d34fa16e6f120d647acfb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/364162
Auto-Submit: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Phil Quitslund <pquitslund@google.com>
2024-04-23 20:43:10 +00:00

781 B

Contributing

Contributions welcome! Please follow the guide in Contributing.

Building

If you want to build Dart yourself, here is a guide to getting the source, preparing your machine to build the SDK, and building.

There are more documents on our wiki. Once set up to build the SDK, run:

./tools/build.py -mrelease create_sdk

Coding style

The analyzer packages are coded with a style specified in our coding style document.