| OLD | NEW |
| (Empty) | |
| 1 # Contribute to dartanalyzer |
| 2 |
| 3 To _use_ the dartanalyzer command-line tool, see the |
| 4 [user docs](https://github.com/dart-lang/analyzer_cli/blob/master/README.md#anal
yzer_cli). |
| 5 This page contains information relevant for contributors to dartanalyzer. |
| 6 |
| 7 ## Can I help? |
| 8 |
| 9 Yes! |
| 10 |
| 11 Start by [using the tool](README.md) and filing issues and requests. |
| 12 |
| 13 See the interface for the Dart `analyzer` library |
| 14 [package](https://pub.dartlang.org/packages/analyzer). |
| 15 |
| 16 If you want to contribute, check out the |
| 17 [issue tracker](https://github.com/dart-lang/analyzer_cli/issues). |
| 18 If you want to add a new feature that's not yet in the issue tracker, |
| 19 start by opening an issue. Thanks! |
| 20 |
| 21 [](https://trav
is-ci.org/dart-lang/analyzer_cli) |
| 22 [](https://ci.appveyor.com/project/sethladd/analyzer-cli) |
| 23 [
](https://coveralls.io/r/dart-lang/analyzer_cli) |
| 24 |
| 25 ## Features and bugs |
| 26 |
| 27 Please file feature requests and bugs at the [issue tracker][tracker]. |
| 28 |
| 29 [tracker]: https://github.com/dart-lang/analyzer_cli/issues |
| 30 |
| 31 ## License |
| 32 |
| 33 Please see the [dartanalyzer license](https://github.com/dart-lang/analyzer_cli/
blob/master/LICENSE). |
| OLD | NEW |