From cd8319bfc6472c13119ae7b15ac092a192ffee8e Mon Sep 17 00:00:00 2001 From: A_D Date: Thu, 27 May 2021 11:18:31 +0200 Subject: [PATCH] Clarify size of giant --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index d1541369..5b4518f1 100644 --- a/Contributing.md +++ b/Contributing.md @@ -338,7 +338,7 @@ Please mark all hacks, workarounds, magic with one of the following comments, wh The description should cover exactly why the hack is needed, what it does, what is required / expected for it to be removed. Please be verbose here, more info about weird choices is always prefered over magic that we struggle to understand in six months. -Additionally, if your hack is giant, please include a `# HACK END` or similar comment to indicate the end of the hack. +Additionally, if your hack is over around 5 lines, please include a `# HACK END` or similar comment to indicate the end of the hack. ---