From 8b6415f9b3c02ba3243061fd7637c581dcd4171e Mon Sep 17 00:00:00 2001 From: Sombit Bose Date: Mon, 25 May 2020 23:59:48 +0530 Subject: [PATCH] Update CONTRIBUTION.md Added some issue related to assignment of any particular algorithm --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62f268c98..92a2dbf3e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,6 +6,8 @@ * **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. + * 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?**