From d3e7039a263c7d9b6adf085cb229c755fdf67127 Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Sun, 13 Feb 2022 12:00:44 -0600 Subject: [PATCH] Update contributing.md --- contributing.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/contributing.md b/contributing.md index 8b9a5f99613e4..e98980b0f01be 100644 --- a/contributing.md +++ b/contributing.md @@ -1,10 +1,12 @@ # Contributing to Next.js -Read about our [Commitment to Open Source](https://vercel.com/oss). To -contribute to [our examples](examples), please see **[Adding -examples](#adding-examples)** below. +[Watch the 40-minute walkthrough video on how to contribute to Next.js.](https://www.youtube.com/watch?v=cuoNzXFLitc) -Before jumping into a PR be sure to search [existing PRs](https://github.com/vercel/next.js/pulls) or [issues](https://github.com/vercel/next.js/issues) for an open or closed item that relates to your submission. +--- + +- Read about our [Commitment to Open Source](https://vercel.com/oss). +- To contribute to [our examples](examples), please see [Adding examples](#adding-examples) below. +- Before jumping into a PR be sure to search [existing PRs](https://github.com/vercel/next.js/pulls) or [issues](https://github.com/vercel/next.js/issues) for an open or closed item that relates to your submission. ## Developing