Skip to content

Commit

Permalink
Fix grammar in CONTRIBUTING.md (TheAlgorithms#3215)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitchakraverty authored Aug 12, 2022
1 parent 3e8f30c commit 4aa58b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- **Ensure the bug was not already reported** by searching on GitHub under [Project Issues](https://github.com/TheAlgorithms/Java/issues).

- 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.
- 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 project maintainers will evaluate it.

- If you are unable to find an open issue referring to the same problem, depending on the type of issue follow the appropriate steps:

Expand All @@ -14,11 +14,11 @@

#### **Do you want to add a new feature?**

- [Open a new issue](https://github.com/TheAlgorithms/Java/issues/new). Be sure to include a **title and a clear description** and a **test case** demonstrating the new feature that you want to add to the project.
- [Open a new issue](https://github.com/TheAlgorithms/Java/issues/new). Be sure to include a **title, clear description** and **test case** demonstrating the new feature you want to add to the project.

#### **Do you want to fix a bug?**

- [Open a new 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 behavior that is not occurring.
- [Open a new 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 behavior that is not occurring.

#### **Do you have questions about the source code?**

Expand Down

0 comments on commit 4aa58b6

Please sign in to comment.