From 792bea4e78373123595b7f3f2e34a57947b2e876 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 16 Jan 2021 04:43:02 -0800 Subject: [PATCH] doc: remove pull-requests.md preamble MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/TSC/issues/864#issuecomment-628646560 PR-URL: https://github.com/nodejs/node/pull/36960 Reviewed-By: Daijiro Wachi Reviewed-By: James M Snell Reviewed-By: Tobias Nießen --- doc/guides/contributing/pull-requests.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/guides/contributing/pull-requests.md b/doc/guides/contributing/pull-requests.md index 4ca1df219bb941..8ec694cb949962 100644 --- a/doc/guides/contributing/pull-requests.md +++ b/doc/guides/contributing/pull-requests.md @@ -1,10 +1,5 @@ # Pull Requests -There are two fundamental components of the Pull Request process: one concrete -and technical, and one more process oriented. The concrete and technical -component involves the specific details of setting up your local environment -so that you can make the actual changes. This is where we will start. - * [Dependencies](#dependencies) * [Setting up your local environment](#setting-up-your-local-environment) * [Step 1: Fork](#step-1-fork)