heartcombo--simple_form/CONTRIBUTING.md

12 lines
983 B
Markdown
Raw Normal View History

2012-09-22 19:50:14 +00:00
### Please read before contributing
2014-01-11 14:21:38 +00:00
1) If you have any questions about SimpleForm, search the [Wiki](https://github.com/plataformatec/simple_form/wiki) or use the [Mailing List](https://groups.google.com/group/plataformatec-simpleform) or [Stack Overflow](http://stackoverflow.com/questions/tagged/simple_form). Do not post questions here.
2012-09-22 19:50:14 +00:00
2014-01-03 13:30:14 +00: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-09-22 19:50:14 +00: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 and SimpleForm versions. If you are getting exceptions, please include the full backtrace.
2012-09-22 19:52:17 +00: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 SimpleForm test suite or to a sample application.
2012-09-22 19:50:14 +00:00
Thanks!