From 2f68e1a7a33a5c9a6d104a8211581a5bb9928b23 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 24 May 2020 08:52:09 +0200 Subject: [PATCH] Update CONTRIBUTION.md --- CONTRIBUTION.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index 7f72b39e8..9f0205bfd 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -12,7 +12,9 @@ We are very happy that you consider implementing algorithms and data structures - You submitted work fulfils or mostly fulfils our styles and standards. **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