From 2457597410e038f73c38d6792519b3665656e0e4 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Tue, 31 Jan 2023 09:12:26 +0100 Subject: [PATCH] docs: add codespaces button to contribution guide (#9594) Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com> --- docs/contributing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/contributing.md b/docs/contributing.md index a456b0da7f1..c267e6a56fd 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -24,6 +24,10 @@ again. cd puppeteer ``` + or + + [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=90796663&machine=standardLinux32gb&devcontainer_path=.devcontainer%2Fdevcontainer.json) + 2. Install the dependencies ```sh