From 5961d40b23601799c86ff38e0cdce9d310309c4b Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Mon, 15 May 2017 12:13:20 -0700 Subject: [PATCH] Remove the "Filing Bugs" section of the README. Most packages don't have this section, and it's pretty clear that users are supposed to file issues on GitHub. --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 506bbadefa..8d852914d4 100644 --- a/README.md +++ b/README.md @@ -91,10 +91,3 @@ main() async { print('Response body: ${response.body}'); } ``` - -## Filing issues - -Please file issues for the http package at [http://dartbug.com/new][bugs]. - -[bugs]: http://dartbug.com/new -[docs]: https://api.dartlang.org/docs/channels/dev/latest/http.html