fix add fixes to latest contribution.md file

This commit is contained in:
bhaumikmistry 2019-11-13 12:34:12 -05:00
parent b66f9a569c
commit a968f90ea7

View File

@ -4,7 +4,6 @@
Welcome to [TheAlgorithms/c-plus-plus](https://github.com/TheAlgorithms/C-Plus-Plus)! Before sending your pull requests, make sure that you **read the whole guidelines**. If you have any doubt on the contribution guide, please feel free to state it clearly in [an issues](https://github.com/TheAlgorithms/C-Plus-Plus/issues/new/choose).
## Contributing
---
### Contributor
We are very happy that you consider implementing algorithms and data structure for others! This repository is referenced and used by learners from all over the globe. Being one of our contributors, you agree and confirm that:
@ -29,7 +28,7 @@ We are very happy that you consider implementing algorithms and data structure f
- **Be consistent in use of there guidelines when submitting**
#### Commit Guidelines
- It is recommended to keep your changes grouped logically within individual commits. Contributors and Reviews find it easier to review changes that are silt across multiple commits.
- It is recommended to keep your changes grouped logically within individual commits. Contributors find it easier to review changes that are silt across multiple commits.
```
git add file_xyz.cpp
git commit -m "your message"
@ -53,13 +52,12 @@ Common prefixes:
- If you have modified/added documentation work, ensure your language is concise and contains no grammar errors.
- Do not update the README.md along with other changes, first create an issue and link that issue with the pull request to suggest specific changes to README.md
#### test
#### Test
- Make sure you add test cases and examples in the main-function.
- If you find any algorithm or document without tests please feel free to create issue of suggest changes.
### Pull Requests
- Checkout our [pull request template](https://github.com/TheAlgorithms/C-Plus-Plus/.github/pull_request_template.md)
- Checkout our [pull request template](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/.github/pull_request_template.md)
- Most importantly,
- Happy coding!
- Happy coding!