Merge pull request #7889 from elastic/contrib

Removed semi-condescending wording from CONTRIBUTING.md
This commit is contained in:
Nicolás Bevacqua 2016-07-29 18:46:00 -03:00 committed by GitHub
commit 365cc821c7

View file

@ -296,7 +296,7 @@ After a pull is submitted, it needs to get to review. If you have commit permiss
So, you've been assigned a pull to review. What's that look like?
Remember, someone is blocked by a pull awaiting review, make it count. Be thorough, the more action items you catch in the first review, the less back and forth will be required, and the better chance the pull has of being successful. Don't you like success?
Remember, someone is blocked by a pull awaiting review, make it count. Be thorough, the more action items you catch in the first review, the less back and forth will be required, and the better chance the pull has of being successful.
1. **Understand the issue** that is being fixed, or the feature being added. Check the description on the pull, and check out the related issue. If you don't understand something, ask the submitter for clarification.
1. **Reproduce the bug** (or the lack of feature I guess?) in the destination branch, usually `master`. The referenced issue will help you here. If you're unable to reproduce the issue, contact the issue submitter for clarification