Files
Brian Wilkerson 83f540b4f0 Fix three links to the contributing docs for the sdk
Change-Id: I7da01e06279b649021c3c40e44c223cd1cec02c4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/405860
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Auto-Submit: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2025-01-27 08:12:11 -08:00

25 lines
791 B
Markdown

## Contributing
Contributions welcome! Please follow the guide in [Contributing][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][building].
There are more documents on our [wiki][]. Once set up to build the SDK, run:
```none
./tools/build.py -mrelease create_sdk
```
## Coding style
The analyzer packages are coded with a style specified in our [coding style
document][coding style].
[building]: https://github.com/dart-lang/sdk/wiki/Building
[coding style]: https://github.com/dart-lang/sdk/blob/main/pkg/analyzer/doc/implementation/coding_style.md
[contributing]: https://github.com/dart-lang/sdk/blob/master/CONTRIBUTING.md
[wiki]: https://github.com/dart-lang/sdk/wiki