Browse Source

Adding Communication section

Mattt Thompson 11 years ago
parent
commit
dcd2d587bd
1 changed files with 8 additions and 0 deletions
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -26,6 +26,14 @@ Of course, AFNetworking remains the premiere networking library available for Ma
 
 > For Xcode 6.1, use [the `xcode-6.1` branch](https://github.com/Alamofire/Alamofire/tree/xcode-6.1).
 
+## Communication
+
+- If you **need help**, use [Stack Overflow](http://stackoverflow.com/questions/tagged/alamofire). (Tag 'alamofire')
+- If you'd like to **ask a general question**, use [Stack Overflow](http://stackoverflow.com/questions/tagged/alamofire).
+- If you **found a bug**, open an issue.
+- If you **have a feature request**, open an issue.
+- If you **want to contribute**, submit a pull request.
+
 ## Installation
 
 _The infrastructure and best practices for distributing Swift libraries is currently in flux... which is to say, the current installation process kinda sucks._