aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2014-07-18 11:51:36 +0200
committerRobin Dupret <robin.dupret@gmail.com>2014-07-18 12:29:54 +0200
commitba9fe6cf90c12e3f81861e795b1c7299c3315b74 (patch)
tree2d99e07c3be1115335132f2cc7b492e5ffa4434c /CONTRIBUTING.md
parente44cb39663ad672c80aafa3615dd0d61148c2077 (diff)
downloadrails-ba9fe6cf90c12e3f81861e795b1c7299c3315b74.tar.gz
rails-ba9fe6cf90c12e3f81861e795b1c7299c3315b74.tar.bz2
rails-ba9fe6cf90c12e3f81861e795b1c7299c3315b74.zip
Follow-up to #16097 [ci skip]
Even if this is not exactly the same, let's add a new-line character instead of two spaces. While it's specified in the Markdown specs that adding spaces at the end of the line creates a break-line tag, this is a brittle approach as people may remove them saving the file on certain editors.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 617f0af480..9ba2e53ef2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -12,5 +12,6 @@ Ruby on Rails is a volunteer effort. We encourage you to pitch in. [Join the tea
* If you have a change or new feature in mind, please [suggest it on the rubyonrails-core mailing list](https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core) and start writing code.
-Thanks! :heart: :heart: :heart:
+Thanks! :heart: :heart: :heart:
+
Rails Team