diff --git a/docs/content/4.community/3.contribution.md b/docs/content/4.community/3.contribution.md index fd02fc139c..c9cb5b654d 100644 --- a/docs/content/4.community/3.contribution.md +++ b/docs/content/4.community/3.contribution.md @@ -26,7 +26,9 @@ Before you fix a bug or add a feature, ensure there's an issue that describes it > If you are adding a dependency, please use `yarn add`. The `yarn.lock` file is the source of truth for all Nuxt dependencies. -3. Check out a branch where you can work and commit your changes: +3. Run `yarn stub` to activate passive development + +4. Check out a branch where you can work and commit your changes: ```bash git checkout -b my-new-branch