From 0a8e07599b5066d646b7363486fc117dcead42f9 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 PR-URL: https://github.com/nodejs/node/pull/32767 Reviewed-By: Zeyu Yang Reviewed-By: Trivikram Kamat --- 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.