Skip to content

Commit d13d71d

Browse files
committed
add contributing guide
1 parent 531a97c commit d13d71d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Please read before contributing
2+
3+
1) If you have any questions about NestedForm, search the [Wiki](https://github.com/ryanb/nested_form/wiki) or [Stack Overflow](http://stackoverflow.com). Do not post questions here.
4+
5+
2) If you find a security bug, **DO NOT** submit an issue here. Please send an e-mail to [[email protected]](mailto:[email protected]) instead.
6+
7+
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 NestedForm versions. If you are getting exceptions, please include the full backtrace into a gist.
8+
9+
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 NestedForm test suite or to a sample application.
10+
11+
Thanks!

0 commit comments

Comments
 (0)