From 4aa714c75db76f5a92ab5014b5a7dbac0eedbf04 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Sat, 26 Aug 2023 08:13:59 +0200 Subject: [PATCH] chore(contribution guidelines): add note about filing an issue (#26716) --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cfc111a1db..81bbff56b6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,6 +15,8 @@ ## How to Contribute +We strongly recommend that you open an issue before beginning any code modifications. This is particularly important if the changes involve complex logic or if the existing code isn't immediately clear. By doing so, we can discuss and agree upon the best approach to address a bug or implement a feature, ensuring that our efforts are aligned. + ### Getting Code Make sure you're running Node.js 16+ and NPM 8+, to verify and upgrade NPM do: