From e2386ba8b50fb2d3a219f930c5428a4f82ac8e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n?= Date: Thu, 22 Mar 2018 14:39:34 +0100 Subject: [PATCH] Fix missing contributing sentence --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ad7347cc7..812aa25ae 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,8 @@ Please be forgiving of that, and be ready to help in improving that. **Compiler Explorer** targets the latest [Node.js](https://nodejs.org/) LTS, so it's better if you do so as well when testing your changes locally. -Nonetheless, it _should_ run in everything post-Node.js 8. [Contact us] +Nonetheless, it _should_ run in everything post-Node.js 8. [Contact us] if + this is not the case for you. ## In brief * Make your changes, trying to stick to the style and format where possible.