Improved grammar in CONTRIBUTING.md file (#379)

This commit is contained in:
Sudeepta Das
2019-10-01 01:04:50 -07:00
committed by Shmavon Gazanchyan
parent 744883bfe5
commit f708d1d720

View File

@@ -3,7 +3,7 @@
Please ensure your pull request adheres to the following guidelines: Please ensure your pull request adheres to the following guidelines:
- Search previous suggestions before making a new one, as yours may be a duplicate. - Search previous suggestions before making a new one, as yours may be a duplicate.
- Make sure your contribution is useful and relevant before submitting. That implies it having enough content and every item a good succinct description. - Make sure your contribution is useful and relevant before submitting. That implies it having enough content and every item has a good succinct description.
- Make an individual pull request for each suggestion. - Make an individual pull request for each suggestion.
- Use the following format: `- [Repository Name](link-to-repository) _(beginner-friendly-label-in-the-repository)_ <br> Description` - Use the following format: `- [Repository Name](link-to-repository) _(beginner-friendly-label-in-the-repository)_ <br> Description`
- Link additions should be added to the bottom of the relevant category. - Link additions should be added to the bottom of the relevant category.
@@ -14,11 +14,11 @@ Please ensure your pull request adheres to the following guidelines:
- Make sure to give a description about your pull request. - Make sure to give a description about your pull request.
- If label does not clearly state its "beginner friendly" purpose, please make sure to confirm with maintainer that it is used for such issues. Please include the link to where maintainer confirms it in the PR. See examples below: - If label does not clearly state its "beginner friendly" purpose, please make sure to confirm with maintainer that it is used for such issues. Please include the link to where maintainer confirms it in the PR. See examples below:
- Repository called "HornsAndHoovesJs" has label `good-first-contribution`. This PR does not need to be confirmed with the maintainer and can be merged straight away. - Repository called "HornsAndHoovesJs" has label `good-first-contribution`. This PR does not need to be confirmed with the maintainer and can be merged straight away.
- Repository called "bicycle-wheels-php" has label `easy`. This PR must be confirmed with the maintainer of "bicycle-wheels-php". Link to the issue where maintainer confirms that label `easy` is used in the repository for beginner-friendly tasks has to be provided in the PR description. - Repository called "bicycle-wheels-php" has label `easy`. This PR must be confirmed with the maintainer of "bicycle-wheels-php". The issue link where the maintainer confirms that label `easy` is used in the repository for beginner-friendly tasks has to be provided in the PR description.
- Maintainer confirmation is also required in case repository has more than one beginner-friendly-like label (e.g. `low-hanging-fruit` and `up-for-grabs`). - Maintainer confirmation is also required in case repository has more than one beginner-friendly-like label (e.g. `low-hanging-fruit` and `up-for-grabs`).
- Contributed repository must be maintained, have active community to be able to help newcomers and have issues with appropriate label. - Contributed repository must be maintained, have active community to be able to help newcomers and have issues with appropriate label.
- Links must be pointing directly to the repository, no tracking links allowed. This list is not for advertising purposes. - Links must be pointing directly to the repository, no tracking links allowed. This list is not for advertising purposes.
Thank you for your suggestions! Thank you for your suggestions!
(this file was partially copied from [awesome-speaking](https://github.com/matteofigus/awesome-speaking)) (This file was partially copied from [awesome-speaking](https://github.com/matteofigus/awesome-speaking))