1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/CONTRIBUTING.md

13 lines
958 B
Markdown
Raw Normal View History

2012-07-06 14:39:39 -04:00
### Please read before contributing
2012-07-06 14:23:58 -04:00
2012-07-07 13:57:59 -04:00
1) If you have any questions about Devise, search the [Wiki](https://github.com/plataformatec/devise/wiki) or use the [Mailing List](groups.google.com/group/plataformatec-devise) or [Stack Overflow](http://stackoverflow.com/questions/tagged/devise). Do not post questions here.
2012-07-06 14:39:39 -04:00
2012-07-07 13:57:59 -04:00
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.
2012-07-06 14:39:39 -04:00
2012-07-07 13:57:59 -04:00
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.
2012-07-06 14:39:39 -04:00
2012-07-07 13:57:59 -04:00
That's it! The more information you give, the more easy it becomes for us to track it down and fix it. Ideal scenario would be adding the issue to Devise test suite or to a sample application.
Thanks!
2012-07-06 14:39:39 -04:00