From 0891c0e75dc82e0a41760a24bd6444d64b7c1535 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 12 Oct 2021 17:12:40 +0200 Subject: [PATCH] chore: update csb link --- docs/content/4.community/2.reporting-bugs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/4.community/2.reporting-bugs.md b/docs/content/4.community/2.reporting-bugs.md index 0e518cb20a..0a27882499 100644 --- a/docs/content/4.community/2.reporting-bugs.md +++ b/docs/content/4.community/2.reporting-bugs.md @@ -12,11 +12,11 @@ Consider if you're looking to get help with something, or whether you think ther Search through the [open issues](https://github.com/nuxt/framework/issues) and [discussions](https://github.com/nuxt/framework/discussions) first. If you find anything that seems like the same bug, it's much better to comment on an existing thread than create a duplicate. -## Create a minimal reproduction +## Create a minimal reproduction It's important to be able to reproduce the bug reliably - in a minimal way and apart from the rest of your project. This narrows down what could be causing the issue and makes it possible for someone not only to find the cause, but also to test a potential solution. -Start with [this Nuxt 3 sandbox](https://codesandbox.io/s/github/nuxt/starter/tree/v3-sandbox) and add the **minimum** amount of code necessary to reproduce the bug you're experiencing. +Start with [this Nuxt 3 sandbox](https://codesandbox.io/s/github/nuxt/starter/tree/v3-codesandbox) and add the **minimum** amount of code necessary to reproduce the bug you're experiencing. Once you've reproduced the issue, remove as much code from your reproduction as you can (while still recreating the bug). Time spent making the reproduction as minimal as possible will make a huge difference to whoever sets out to fix the issue.