From ee61d86546cb4ef2f182c30d0c2cfc038cbd07d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 30 Oct 2012 20:09:10 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 666a920a..886bd24f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,9 +4,11 @@ 2) If you find a security bug, **DO NOT** submit an issue here. Please send an e-mail to [developers@plataformatec.com.br](mailto:developers@plataformatec.com.br) instead. -3) Do a small search on the issues tracker before submitting your issue to see if it was already reported / fixed. In case it was not, create your report including Rails, Devise and Warden versions. If you are getting exceptions, please include the full backtrace. +3) Do a small search on the issues tracker before submitting your issue to see if it was already reported / fixed. -That's it! The more information you give, the more easy it becomes for us to track it down and fix it. +4) When reporting an issue, include Rails, Devise and Warden versions. If you are getting exceptions, please include the full backtrace. + +That's it! The more information you give, the easier it becomes for us to track it down and fix it. Ideally, you should provide an application that reproduces the error or a test case to Devise's suite. Thanks!