Skip to content

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

Merged
merged 2 commits into from
Dec 5, 2016
Merged

Fix typos in CONTRIBUTING #347

merged 2 commits into from
Dec 5, 2016

Conversation

thehowl
Copy link
Contributor

@thehowl thehowl commented Dec 4, 2016

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.

Signed-off-by: Morgan Bazalgette <[email protected]>
Copy link
Member

@tboerger tboerger left a 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.
Copy link
Member

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.
Copy link
Member

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

@tboerger tboerger added the type/docs This PR mainly updates/creates documentation label Dec 4, 2016
@tboerger tboerger added this to the 1.0.0 milestone Dec 4, 2016
@tboerger
Copy link
Member

tboerger commented Dec 4, 2016

After merging that we should copy the changes to all our other repos.

@tboerger tboerger added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Dec 4, 2016
@thehowl
Copy link
Contributor Author

thehowl commented Dec 4, 2016

👍, applied corrections

@Bwko
Copy link
Member

Bwko commented Dec 4, 2016

LGTM

@tboerger tboerger added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Dec 4, 2016
@thibaultmeyer
Copy link
Contributor

LGTM

@tboerger tboerger added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Dec 4, 2016
@lunny
Copy link
Member

lunny commented Dec 5, 2016

LGTM

1 similar comment
@tboerger
Copy link
Member

tboerger commented Dec 5, 2016

LGTM

@tboerger tboerger merged commit edae0f1 into go-gitea:master Dec 5, 2016
@thehowl thehowl deleted the fix-contributing-typos branch December 5, 2016 16:34
@go-gitea go-gitea locked and limited conversation to collaborators Nov 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/docs This PR mainly updates/creates documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants