From ef0be5d77ebe74bf2dc47fa07bfe5fb92ac2d014 Mon Sep 17 00:00:00 2001 From: myselfweller Date: Wed, 24 Feb 2021 20:23:08 +0000 Subject: [PATCH 1/3] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2bcbf507c7b1..072372d2bd30 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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?** From a548830d4925453c7a6e5e763ccc359bd464e2bb Mon Sep 17 00:00:00 2001 From: myselfweller Date: Wed, 24 Feb 2021 20:27:04 +0000 Subject: [PATCH 2/3] Revert "Update CONTRIBUTING.md" This reverts commit ef0be5d77ebe74bf2dc47fa07bfe5fb92ac2d014. --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 072372d2bd30..2bcbf507c7b1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 referring to the same problem, depending on the type of issue follow the appropriate steps: +- If you are unable to find an open issue refering 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 appropriate. +- 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. #### **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 occurring. +- [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. #### **Do you have questions about the source code?** From c9c749c8eb94d4051b92fe243675f061fef05fab Mon Sep 17 00:00:00 2001 From: myselfweller Date: Thu, 25 Feb 2021 15:58:22 +0000 Subject: [PATCH 3/3] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2bcbf507c7b1..072372d2bd30 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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?**