From 5f30df2f061b4aad8199ea019990f4a1450acc75 Mon Sep 17 00:00:00 2001 From: Ananta Bastola Date: Wed, 19 May 2021 02:55:01 +0545 Subject: [PATCH] docs(readme.md): add good first issue section to readme (#25085) Co-authored-by: JJ Kasper --- packages/next/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/next/README.md b/packages/next/README.md index 2296f8df4ffce..c91a22e8393da 100644 --- a/packages/next/README.md +++ b/packages/next/README.md @@ -44,6 +44,10 @@ Our [Code of Conduct](https://github.com/vercel/next.js/blob/canary/CODE_OF_COND Please see our [contributing.md](/contributing.md). +### Good First Issues + +We have a list of [good first issues](https://github.com/vercel/next.js/labels/good%20first%20issue) that contain bugs which have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process. + ## Authors - Tim Neutkens ([@timneutkens](https://twitter.com/timneutkens)) – [Vercel](https://vercel.com/about/timneutkens)