From 17eb3b03186debb4da2c47129c330a1569763b15 Mon Sep 17 00:00:00 2001 From: Rudra2637 Date: Wed, 1 Oct 2025 00:19:55 +0530 Subject: [PATCH] correct grammar and wording in contribution guidelines --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 13dea32342a..82d895c69fb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,8 @@ Being a contributor at The Algorithms, we request you to follow the points menti - Your work will be distributed under the [MIT License](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/LICENSE) once your pull request has been merged. - Please follow the repository guidelines and standards mentioned below. -**New implementation** New implementations are welcome! +**New implementation** +We welcome new implementations! You can add new algorithms or data structures that are **not present in the repository** or that can **improve** the old implementations (**documentation**, **improving test cases**, removing bugs, or in any other reasonable sense)