From 667147a325f36d43c33b8e531cf4f82eed6d086a Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Fri, 10 Apr 2020 19:02:44 +0200 Subject: [PATCH] doc: add link to code ide configs Refs: https://github.com/nodejs/node/issues/32764 --- doc/guides/contributing/pull-requests.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/contributing/pull-requests.md b/doc/guides/contributing/pull-requests.md index e034690c1433f3..a37929726612d1 100644 --- a/doc/guides/contributing/pull-requests.md +++ b/doc/guides/contributing/pull-requests.md @@ -58,6 +58,9 @@ To get started, you will need to have `git` installed locally. Depending on your operating system, there are also a number of other dependencies required. These are detailed in the [Building guide][]. +Depending on your environment you might want to grab IDE specific settings from +[IDE configs](https://github.com/nodejs/node-code-ide-configs). + Once you have `git` and are sure you have all of the necessary dependencies, it's time to create a fork.