From 0472939503fb0372f8f47968104072038cd76b42 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 24 May 2020 08:07:02 +0200 Subject: [PATCH] =?UTF-8?q?CONTRIBUTING.md:=20Don=E2=80=99t=20open=20issue?= =?UTF-8?q?s=20asking=20to=20be=20assigned=20(#788)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * CONTRIBUTING.md: Don’t open issues asking to be assigned This habit makes us slow and chatty so let’s discourage it. * Update CONTRIBUTION.md There are many issues asking permission for a pull request, instead a direct pull request for evaluation is of much help. * Update CONTRIBUTION.md Co-authored-by: Sombit Bose --- CONTRIBUTION.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index adafa955a..7f72b39e8 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