-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Fix typos in CONTRIBUTING #347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Morgan Bazalgette <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just 2 minor adjustments.
@@ -24,17 +24,17 @@ This process gives everyone a chance to validate the design, helps prevent dupli | |||
|
|||
## Testing redux | |||
|
|||
Before sending code out for review, run all the tests for the whole tree to make sure the changes don't break other usage and keep the compatibility on upgrade. To make sure you are running the test suite exactly like we do you should install the CLI for [Drone CI](https://github.com/drone/drone) as we are using the server for continous testing, follow [these instructions](http://readme.drone.io/0.5/install/cli/). After that you can simply call `drone exec` within you working directory and it will try to run the test suite locally. | |||
Before sending code out for review, run all the tests for the whole tree to make sure the changes don't break other usage and keep the compatibility on upgrade. To make sure you are running the test suite exactly like we do you should install the CLI for [Drone CI](https://github.com/drone/drone), as we are using the server for continous testing, following [these instructions](http://readme.drone.io/0.5/install/cli/). After that you can simply call `drone exec` within you working directory and it will try to run the test suite locally. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There had been a typo even before: within your working directory and it will try to run the test suite locally.
* Don't make changes unrelated to your PR. Maybe there are typos on some comments, maybe refactoring would welcome on a function... but if that is not related to you PR, please make *another* PR for that. | ||
* Split big pull requests in multiple. An incremental change will be faster to review than a huge PR. | ||
* Don't make changes unrelated to your PR. Maybe there are typos on some comments, maybe refactoring would be welcome on a function... but if that is not related to your PR, please make *another* PR for that. | ||
* Split big pull requests in many small ones. An incremental change will be faster to review than a huge PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say multiple
instead of many
After merging that we should copy the changes to all our other repos. |
👍, applied corrections |
LGTM |
LGTM |
LGTM |
1 similar comment
LGTM |
Apart from fixing some normal mistakes, like mistakenly using plural have where the subject is singular, I have also changed instances of "he" to use the singular they, so that it's more gender-inclusive.
Only exception is "If an owner don't obey these rules, the others are allowed to revoke his owner status.", in which I've retained his because in my opinion "If an owner don't obey these rules, the others are allowed to revoke their owner status." is ambiguous and doesn't make much sense.