From 8bbe7a1272ac4860447996620811ad1d75e74fdc Mon Sep 17 00:00:00 2001 From: Cami Hernandez Merhar <112580737+camihmerhar@users.noreply.github.com> Date: Wed, 21 Jun 2023 09:37:35 -0400 Subject: [PATCH] Update 2-codespace-lifecycle.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I moved the header for the Codespaces vs dev editor up a bit more and broke up the paragraph a bit since it seemed dense. Another piece of feedback I would recommend that Aaron preaches is driving the why. I would add and merge this paragraph I found from the following blog to the opening paragraph of the learning unit , https://github.blog/2023-05-10-revolutionize-your-open-source-workflows-the-top-3-reasons-why-github-codespaces-is-a-must-have-for-maintainers/ "GitHub Codespaces is a revolutionary cloud-based development environment that makes it easier than ever to create, manage, and collaborate on code in the cloud. You can spin up a pre-configured development environment in no time, complete with all the tools and dependencies you need to get started on your project. If you’re new to GitHub Codespaces, you can learn how to get started here. This streamlined process eliminates the need for manual configuration tasks, freeing up valuable time for you and your contributors. And with GitHub Codespaces, contributors can easily access their IDE from anywhere with an internet connection. This means they can work on your project from any device, at any time, without worrying about compatibility issues." Also I would recommend creating a new learning unit to encompass everything after the table. This unit seems a bit long. --- github/github-codespaces/includes/2-codespace-lifecycle.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/github/github-codespaces/includes/2-codespace-lifecycle.md b/github/github-codespaces/includes/2-codespace-lifecycle.md index 506e62db..418747db 100644 --- a/github/github-codespaces/includes/2-codespace-lifecycle.md +++ b/github/github-codespaces/includes/2-codespace-lifecycle.md @@ -7,8 +7,11 @@ Similar to Codespaces, you can also utilize github.dev. It is important that you understand the differences between the two types of coding software before you choose which is the best fit for you or your organization. Let’s review the difference between the two in the next section. -GitHub.dev vs GitHub Codespace + +## GitHub Codespace vs GitHub.dev + The github.dev editor introduces a lightweight editing experience that runs entirely in your browser. With the github.dev editor, you can navigate files and source code repositories from GitHub, and make and commit code changes. You can open any repository, fork, or pull request in the editor. + Both github.dev and GitHub Codespaces allow you to edit your code straight from your repository. However, both have slightly different benefits, depending on your use case. ## Codespace vs. github.dev