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

Unified Diff: pkg/analyzer_cli/CONTRIBUTOR.md

Issue 1464553003: Move `analyzer_cli` into the SDK. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: cr settings 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer_cli/CHANGELOG.md ('k') | pkg/analyzer_cli/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_cli/CONTRIBUTOR.md
diff --git a/pkg/analyzer_cli/CONTRIBUTOR.md b/pkg/analyzer_cli/CONTRIBUTOR.md
new file mode 100644
index 0000000000000000000000000000000000000000..91298d8784c57e69e5b92fbf02753235b0184534
--- /dev/null
+++ b/pkg/analyzer_cli/CONTRIBUTOR.md
@@ -0,0 +1,33 @@
+# Contribute to dartanalyzer
+
+To _use_ the dartanalyzer command-line tool, see the
+[user docs](https://github.com/dart-lang/analyzer_cli/blob/master/README.md#analyzer_cli).
+This page contains information relevant for contributors to dartanalyzer.
+
+## Can I help?
+
+Yes!
+
+Start by [using the tool](README.md) and filing issues and requests.
+
+See the interface for the Dart `analyzer` library
+[package](https://pub.dartlang.org/packages/analyzer).
+
+If you want to contribute, check out the
+[issue tracker](https://github.com/dart-lang/analyzer_cli/issues).
+If you want to add a new feature that's not yet in the issue tracker,
+start by opening an issue. Thanks!
+
+[![Build Status](https://travis-ci.org/dart-lang/analyzer_cli.svg)](https://travis-ci.org/dart-lang/analyzer_cli)
+[![Build status](https://ci.appveyor.com/api/projects/status/48jv262mnbohjb9m?svg=true)](https://ci.appveyor.com/project/sethladd/analyzer-cli)
+[![Coverage Status](https://coveralls.io/repos/dart-lang/analyzer_cli/badge.svg)](https://coveralls.io/r/dart-lang/analyzer_cli)
+
+## Features and bugs
+
+Please file feature requests and bugs at the [issue tracker][tracker].
+
+[tracker]: https://github.com/dart-lang/analyzer_cli/issues
+
+## License
+
+Please see the [dartanalyzer license](https://github.com/dart-lang/analyzer_cli/blob/master/LICENSE).
« 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