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

17 lines
1.1 KiB
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
2013-12-05 03:03:32 -05: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 14:39:39 -04:00
2014-01-03 07:12:23 -05:00
2) If you find a security bug, **DO NOT** submit an issue here. Please send an e-mail to [opensource@plataformatec.com.br](mailto:opensource@plataformatec.com.br) instead.
2012-07-06 14:39:39 -04:00
2012-10-30 15:09:10 -04: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 14:39:39 -04:00
2012-10-30 15:09:10 -04:00
4) When reporting an issue, include Rails, Devise and Warden versions. If you are getting exceptions, please include the full backtrace.
2015-09-07 22:00:26 -04:00
5) Notice that all of your interactions in the project are expected to follow our [Code of Conduct](CODE_OF_CONDUCT.md)
2012-10-30 15:09:10 -04:00
That's it! The more information you give, the easier it becomes for us to track it down and fix it.
2012-10-04 11:20:50 -04:00
Ideally, you should provide an application that reproduces the error or a test case to Devise's suite.
2012-07-07 13:57:59 -04:00
Thanks!