From a2912b16fc9b304f2011f5a0f0c917c60243ae50 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Mon, 26 May 2014 11:36:34 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8d7762026f..ef2ff4c691 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,5 @@ GitHub Issues is for reporting bugs in AFNetworking and discussing features. Be sure to check our [documentation](http://cocoadocs.org/docsets/AFNetworking), [FAQ](https://github.com/AFNetworking/AFNetworking/wiki/AFNetworking-FAQ) and [past issues](https://github.com/AFNetworking/AFNetworking/issues?state=closed) before opening any new issues. +If you are posting about a crash in your application, a stack trace is helpful, but additional context, in the form of code and explanation, is necessary to be of any use. + Please do not post any general usage questions to GitHub Issues, but instead take them to an appropriate forum such as [Stack Overflow](http://stackoverflow.com/questions/tagged/afnetworking).