diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index adafa955a96c51a742554528b27cc6333e6d4493..7f72b39e8998d03b8de5e71180e126f1a4a2f78a 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -13,6 +13,7 @@ We are very happy that you consider implementing algorithms and data structures **New implementation** New implementation are welcome! **Improving comments** and **adding tests** to existing algorithms are much appreciated. +**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. ### Making Changes