heartcombo--devise/CONTRIBUTING.md

15 lines
981 B
Markdown
Raw Normal View History

2012-07-06 18:39:39 +00:00
### Please read before contributing
2012-07-06 18:23:58 +00:00
2012-10-04 15:38:16 +00:00
1) Do not post questions in the issues tracker. If you have any questions about Devise, search the [Wiki](https://github.com/plataformatec/devise/wiki) or use the [Mailing List](https://groups.google.com/group/plataformatec-devise) or [Stack Overflow](http://stackoverflow.com/questions/tagged/devise).
2012-07-06 18:39:39 +00:00
2012-07-07 17:57:59 +00: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 18:39:39 +00:00
2012-10-30 19:09:10 +00:00
3) Do a small search on the issues tracker before submitting your issue to see if it was already reported / fixed.
2012-07-06 18:39:39 +00:00
2012-10-30 19:09:10 +00:00
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.
2012-10-04 15:20:50 +00:00
Ideally, you should provide an application that reproduces the error or a test case to Devise's suite.
2012-07-07 17:57:59 +00:00
Thanks!