Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 996 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (7 loc) · 996 Bytes

Please read before contributing

  1. Do not post questions in the issues tracker. If you have any questions about Devise, search the Wiki or use the Mailing List or Stack Overflow.

  2. If you find a security bug, DO NOT submit an issue here. Please send an e-mail to 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.

That's it! The more information you give, the more easy 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!