Skip to content

Commit

Permalink
"How to ask a question" added into README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nervgh authored Apr 11, 2017
1 parent 6416a68 commit 5c27e9b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,18 @@ You could check out features of target browsers using http://caniuse.com/. For e
| XHR transport (multipart,binary) | - | + | + | + | + |
| An image preview via Canvas (not built-in) | - | + | + | + | + |
| AJAX headers | - | + | + | + | + |


## How to ask a question

### A right way to ask a question
If you have a question, please, follow next steps:
- Try to find an answer to your question using [search](https://github.com/nervgh/angular-file-upload/issues?utf8=%E2%9C%93&q=)
- If you have not found an answer, create [new issue](https://github.com/nervgh/angular-file-upload/issues/new) on issue-tracker

### Why email a question is a bad way?
When you emal me a question:
- You lose an opportunity to get an answer from other team members or users (devs)
- It requires from me to answer on same questions again and again
- It is not a rational way. For example, if everybody who use code of this project will have emailed me a question then I will be receiving ~700 emails each day =)
- It is a very slow way. I have not time for it.

0 comments on commit 5c27e9b

Please sign in to comment.