diff options
author | Xavier Noria <fxn@hashref.com> | 2015-07-11 09:38:58 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2015-07-11 09:38:58 +0200 |
commit | 169a7476e32e014b721ebd0940007b2ac3d5b8d1 (patch) | |
tree | 2c683eaeadfbe6cbc65b2c5ad4b0e0d5447d44bf | |
parent | a6d74606a7a78c74d46242aa2839c5bb623de0f6 (diff) | |
parent | 4edaa88583f8afe16facb435ccb9af24fa47a280 (diff) | |
download | rails-169a7476e32e014b721ebd0940007b2ac3d5b8d1.tar.gz rails-169a7476e32e014b721ebd0940007b2ac3d5b8d1.tar.bz2 rails-169a7476e32e014b721ebd0940007b2ac3d5b8d1.zip |
Merge pull request #20832 from mcfiredrill/contributing-to-rails-bugs-arent-fixes
[ci skip] change sentence about reporting bugs in contributing guide
-rw-r--r-- | guides/source/contributing_to_ruby_on_rails.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md index 846b8a007d..2e86eee587 100644 --- a/guides/source/contributing_to_ruby_on_rails.md +++ b/guides/source/contributing_to_ruby_on_rails.md @@ -61,7 +61,7 @@ can expect it to be marked "invalid" as soon as it's reviewed. Sometimes, the line between 'bug' and 'feature' is a hard one to draw. Generally, a feature is anything that adds new behavior, while a bug is -anything that fixes already existing behavior that is misbehaving. Sometimes, +anything that causes incorrect behavior. Sometimes, the core team will have to make a judgement call. That said, the distinction generally just affects which release your patch will get in to; we love feature submissions! They just won't get backported to maintenance branches. |