fix spelling errors on CONTRIBUTING.md (#2112)

* Update CONTRIBUTING.md

* Revert "Update CONTRIBUTING.md"

This reverts commit ef0be5d77ebe74bf2dc47fa07bfe5fb92ac2d014.

* Update CONTRIBUTING.md
This commit is contained in:
Luke Weller 2021-02-25 16:59:19 +00:00 committed by GitHub
parent ee64ac8084
commit 00b327a2fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@
- Please avoid opening issues asking to be "assigned” to a particular algorithm. This merely creates unnecessary noise for maintainers. Instead, please submit your implementation in a pull request and it will be evaluated by project maintainers.
- If you are unable to find an open issue refering to the same problem, depending on the type of issue follow the appropriate steps:
- If you are unable to find an open issue referring to the same problem, depending on the type of issue follow the appropriate steps:
#### **Do you want to contribute to the documentation?**
- Please read the documentation in here [Contributing to the Documentation]() ,[open a new one issue](https://github.com/TheAlgorithms/Java/issues/new), make changes and then create a pull request, it will be put under review and accepted if it is approprite.
- Please read the documentation in here [Contributing to the Documentation]() ,[open a new one issue](https://github.com/TheAlgorithms/Java/issues/new), make changes and then create a pull request, it will be put under review and accepted if it is appropriate.
#### **Do you want to add a new feature?**
@ -20,7 +20,7 @@
#### **Do you want to fix a bug?**
- [Open a new one issue](https://github.com/TheAlgorithms/Java/issues/new).Be sure to include a **title and a clear description** and a **test case** demonstrating the expected behaviour that is not occuring.
- [Open a new one issue](https://github.com/TheAlgorithms/Java/issues/new).Be sure to include a **title and a clear description** and a **test case** demonstrating the expected behaviour that is not occurring.
#### **Do you have questions about the source code?**