diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3364e380801..da3b43b7186 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ work is not in vain. ## Issues -Most of the time, if webpack is not working correctly for you it is a simple configuration issue. +Most of the time, if webpack is not working correctly for you, it is a simple configuration issue. If you are still having difficulty after looking over your configuration carefully, please post a question to [StackOverflow with the webpack tag](http://stackoverflow.com/tags/webpack). Questions @@ -35,11 +35,11 @@ If you have created your own loader/plugin please include it on the relevant doc ## Submitting Changes -After getting some feedback, push to your fork and submit a pull request. We +After getting some feedbacks, push to your fork and submit a pull request. We may suggest some changes or improvements or alternatives, but for small changes your pull request should be accepted quickly. -Some things that will increase the chance that your pull request is accepted: +Something that will increase the chance that your pull request is accepted: * [Write tests](./test/README.md) * Follow the existing coding style