From a6e09fd45701f32fa58ff3c1438d97578803f6cf Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Mon, 1 Oct 2012 15:46:14 -0700 Subject: [PATCH] Learn to English --- CONTRIBUTING.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.markdown b/CONTRIBUTING.markdown index 6dc5cef..fcbf6e7 100644 --- a/CONTRIBUTING.markdown +++ b/CONTRIBUTING.markdown @@ -16,8 +16,8 @@ ### You can do some things to increase the chance that your pull request is accepted the first time: - * Submit pull request per fix or feature. - * To help with that, do your work in a feature branch (e.g. `feature/my-alsome-feature`). + * Submit one pull request per fix or feature. + * To help with that, do all your work in a feature branch (e.g. `feature/my-alsome-feature`). * Follow the conventions you see used in the project. * Use `phpcs --standard=PSR2` to check your changes against the coding standard. * Write tests that fail without your code, and pass with it.