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

Unified Diff: README.md

Issue 956443003: Update project to match OSS template (Closed) Base URL: git@github.com:dart-lang/collection.git@master
Patch Set: Addressed review comments Created 5 years, 10 months 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 | « LICENSE ('k') | codereview.settings » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 7ebd62af2d318d0c8001c9b3d70a429434d62b9f..73429a5efcbbca49d156ee4dcc9882cb10648d8b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Helper libraries for working with collections.
+#Helper libraries for working with collections.
The `collection` package contains a number of separate libraries
with utility functions and classes that makes working with collections easier.
@@ -67,3 +67,9 @@ methods to the wrapped object.
Wrapper classes can be used in various ways, for example to restrict the type
of an object to that of a supertype, or to change the behavior of selected
functions on an existing object.
+
+## Features and bugs
+
+Please file feature requests and bugs at the [issue tracker][tracker].
+
+[tracker]: https://github.com/dart-lang/collection/issues
« no previous file with comments | « LICENSE ('k') | codereview.settings » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698