Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Side by Side Diff: pkg/analyzer_cli/CONTRIBUTOR.md

Issue 1462143002: Revert "Move `analyzer_cli` into the SDK." (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « pkg/analyzer_cli/CHANGELOG.md ('k') | pkg/analyzer_cli/LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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 [![Build Status](https://travis-ci.org/dart-lang/analyzer_cli.svg)](https://trav is-ci.org/dart-lang/analyzer_cli)
22 [![Build status](https://ci.appveyor.com/api/projects/status/48jv262mnbohjb9m?sv g=true)](https://ci.appveyor.com/project/sethladd/analyzer-cli)
23 [![Coverage Status](https://coveralls.io/repos/dart-lang/analyzer_cli/badge.svg) ](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).
OLDNEW
« no previous file with comments | « pkg/analyzer_cli/CHANGELOG.md ('k') | pkg/analyzer_cli/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698