aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/contributing_to_ruby_on_rails.md
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2012-11-29 05:14:08 -0800
committerSteve Klabnik <steve@steveklabnik.com>2012-11-29 05:14:08 -0800
commit6dcae8ae9c21abd95cc119dd5625b4fb44fd4350 (patch)
tree66620e30489b5169182f337f33f733f4d5013e8b /guides/source/contributing_to_ruby_on_rails.md
parent5cdb23c722dbec0a4a5f74f2b64250bf410db5e2 (diff)
downloadrails-6dcae8ae9c21abd95cc119dd5625b4fb44fd4350.tar.gz
rails-6dcae8ae9c21abd95cc119dd5625b4fb44fd4350.tar.bz2
rails-6dcae8ae9c21abd95cc119dd5625b4fb44fd4350.zip
Add periods to the bullet points in guides.
Talked with @fxn about this. Bullet points should have periods at the ends.
Diffstat (limited to 'guides/source/contributing_to_ruby_on_rails.md')
-rw-r--r--guides/source/contributing_to_ruby_on_rails.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md
index feb32eb06f..68e27a6e8f 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -3,11 +3,11 @@ Contributing to Ruby on Rails
This guide covers ways in which _you_ can become a part of the ongoing development of Ruby on Rails. After reading it, you should be familiar with:
-* Using GitHub to report issues
-* Cloning master and running the test suite
-* Helping to resolve existing issues
-* Contributing to the Ruby on Rails documentation
-* Contributing to the Ruby on Rails code
+* Using GitHub to report issues.
+* Cloning master and running the test suite.
+* Helping to resolve existing issues.
+* Contributing to the Ruby on Rails documentation.
+* Contributing to the Ruby on Rails code.
Ruby on Rails is not "someone else's framework." Over the years, hundreds of people have contributed to Ruby on Rails ranging from a single character to massive architectural changes or significant documentation — all with the goal of making Ruby on Rails better for everyone. Even if you don't feel up to writing code or documentation yet, there are a variety of other ways that you can contribute, from reporting issues to testing patches.