Authored by Bogdan Poplauschi

Added Communication section to the readme

@@ -48,6 +48,14 @@ This library provides an async image downloader with cache support. For convenie @@ -48,6 +48,14 @@ This library provides an async image downloader with cache support. For convenie
48 ## Who Uses It 48 ## Who Uses It
49 - Find out [who uses SDWebImage](https://github.com/rs/SDWebImage/wiki/Who-Uses-SDWebImage) and add your app to the list. 49 - Find out [who uses SDWebImage](https://github.com/rs/SDWebImage/wiki/Who-Uses-SDWebImage) and add your app to the list.
50 50
  51 +## Communication
  52 +
  53 +- If you need help, use Stack Overflow. (Tag 'sdwebimage')
  54 +- If you'd like to ask a general question, use Stack Overflow.
  55 +- If you found a bug, open an issue.
  56 +- If you have a feature request, open an issue.
  57 +- If you want to contribute, submit a pull request.
  58 +
51 ## Installation 59 ## Installation
52 60
53 ## How To Use 61 ## How To Use