You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List all the known documentation places and remove the vague
references coming from the rails guides.
Collapse coding conventions into a single section.
Some things that will increase the chance that your pull request is accepted,
78
-
taken straight from the [Ruby on Rails guide](http://guides.rubyonrails.org/contributing_to_ruby_on_rails.html):
90
+
#### Follow the coding conventions
79
91
80
-
* Use Rails idioms and helpers
81
-
* Include tests that fail without your code, and pass with it
82
-
* Update the documentation, the surrounding one, examples elsewhere, guides,
83
-
whatever is affected by your contribution
92
+
This is a Rails-based framework, use Rails idioms and helpers will increase
93
+
the chance that your pull-request will be accepted.
84
94
85
-
### Follow the coding conventions
95
+
For new features and bug-fixes the included tests should fail without your
96
+
code, and pass with it.
86
97
87
-
This is a Rails-based framework. See the [Rails coding conventions](http://guides.rubyonrails.org/contributing_to_ruby_on_rails.html#follow-the-coding-conventions).
98
+
See the [Rails coding conventions](http://guides.rubyonrails.org/contributing_to_ruby_on_rails.html#follow-the-coding-conventions).
88
99
89
-
And in case we didn't emphasize it enough: **we love tests!**
100
+
And in case we didn't emphasize it enough: **we love tests!** ❤️
0 commit comments