From 3967dc7890025b5e8190e612bb52d00a62c6afcc Mon Sep 17 00:00:00 2001 From: frog-o <47947111+frog-o@users.noreply.github.com> Date: Sun, 29 Oct 2023 13:43:19 +0000 Subject: [PATCH 1/7] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c46d34b..524ba93d 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,12 @@ The individual documentations can be found in the - `packages` folder. -If you want to contribute, you can do so with one click: +If you want to contribute, you can do get started with one click: [![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/github/codesandbox/docs) +Your probably going to want to create a new fork to keep thing in sync; If you are planning to work on this a lot. +Read [Here](./packages/projects-docs/pages/learn/repository/collaborate-share.mdx) for more instructions. + + From 4dd7094409ed1d56862b4126831dd590eee97e1e Mon Sep 17 00:00:00 2001 From: frog-o <47947111+frog-o@users.noreply.github.com> Date: Sun, 29 Oct 2023 09:46:47 -0400 Subject: [PATCH 2/7] Update README.md and fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 524ba93d..20612e29 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,6 @@ If you want to contribute, you can do get started with one click: Your probably going to want to create a new fork to keep thing in sync; If you are planning to work on this a lot. -Read [Here](./packages/projects-docs/pages/learn/repository/collaborate-share.mdx) for more instructions. +Read [Here](/packages/projects-docs/pages/learn/repositories/collaborate-share.mdx) for more instructions. From b07aae146b505ef8cc476b8bc00a0433150738f4 Mon Sep 17 00:00:00 2001 From: frog-o <47947111+frog-o@users.noreply.github.com> Date: Sun, 29 Oct 2023 09:54:27 -0400 Subject: [PATCH 3/7] Update README.md to correct link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20612e29..3fae7345 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,6 @@ If you want to contribute, you can do get started with one click: Your probably going to want to create a new fork to keep thing in sync; If you are planning to work on this a lot. -Read [Here](/packages/projects-docs/pages/learn/repositories/collaborate-share.mdx) for more instructions. +Read [Here](/packages/projects-docs/pages/learn/repositories/open-source.mdx) for more instructions. From d5a43dd05d1fa0968866ecec90934d4fafa18171 Mon Sep 17 00:00:00 2001 From: frog-o <47947111+frog-o@users.noreply.github.com> Date: Sun, 29 Oct 2023 10:01:57 -0400 Subject: [PATCH 4/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fae7345..808121a3 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,6 @@ If you want to contribute, you can do get started with one click: Your probably going to want to create a new fork to keep thing in sync; If you are planning to work on this a lot. -Read [Here](/packages/projects-docs/pages/learn/repositories/open-source.mdx) for more instructions. +Read [here](/packages/projects-docs/pages/learn/repositories/open-source.mdx) and [here](https://codesandbox.io/blog/how-to-make-your-first-open-source-contribution) for more instructions on how to contribute. From 387f7f78dd6423e23565d2d2ee318bf8575249d4 Mon Sep 17 00:00:00 2001 From: frog-o <47947111+frog-o@users.noreply.github.com> Date: Sun, 29 Oct 2023 14:54:21 +0000 Subject: [PATCH 5/7] Update open-source.mdx --- .../pages/learn/repositories/open-source.mdx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/packages/projects-docs/pages/learn/repositories/open-source.mdx b/packages/projects-docs/pages/learn/repositories/open-source.mdx index 2980fa7e..c74e72f2 100644 --- a/packages/projects-docs/pages/learn/repositories/open-source.mdx +++ b/packages/projects-docs/pages/learn/repositories/open-source.mdx @@ -8,11 +8,12 @@ import { Callout } from 'nextra-theme-docs' # Open Source Collaboration -Working with your favorite Open Source repositories is easier with CodeSandbox. Whether you are just checking out a repository, testing out an idea or formally proposing a feature, CodeSandbox can eliminate tedious steps in your process and get you working on your ideas faster. +Working and Contributing with your favorite Open Source repositories is easier with CodeSandbox. Whether you are just checking out a repository, testing out an idea or formally proposing a feature, CodeSandbox can eliminate tedious steps in your process and get you working on your ideas faster; In fact you may have come here after clicking +[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/github/codesandbox/docs) Button. ## Viewing Open Source repositories -Explore any open source repository through CodeSandbox simply by adding the repository's GitHub URL to the end of the CodeSandbox URL, in the format below: +To make all of this easier, we allow you to explore any open source repository through CodeSandbox simply by adding the repository's GitHub URL to the end of the CodeSandbox URL, in the format below: **`codesandbox.io/p/` `github/[org]/[reponame]`** @@ -45,4 +46,10 @@ To create a contribution branch, open the repository in the editor and click on If you try to import a repository you don't have write permission to, a new fork will be automatically created. However, during the import process, you can select the option to `Create a Contribution Branch` to start working immediately. -Your contribution branches are accessible anytime through your personal workspace in the [Dashboard](https://codesandbox.io/dashboard), under _All Repositories_. \ No newline at end of file +Your contribution branches are accessible anytime through your personal workspace in the [Dashboard](https://codesandbox.io/dashboard), under _All Repositories_ when forking and My Contributions when `Create a Contribution Branch`. + +## Fork / Create a Contribution Branch / and Brances Differences + +Branches here on codesandbox work just a litle be differntly even though they server the same purpose see [here](/learn/repositories/collaborate-share) for more info. +It is generaly recommend to use `Fork` for most project when you start +`Create a Contribution Branch` are just ment for quick fixes such as a spelling errors or one time fixes when you are not going to spend much time on them. Forks have many advatages , such as keep you code in sync with GitHub or GitLab, and with Github we will info you when a commit comes in. Since changes often come in quickly, it is often important to see who change what so you can match there style as you go. \ No newline at end of file From adfb7a0717363bf13fc3290fd618bc3ed6f6f954 Mon Sep 17 00:00:00 2001 From: frog-o <47947111+frog-o@users.noreply.github.com> Date: Sun, 29 Oct 2023 11:08:07 -0400 Subject: [PATCH 6/7] Update open-source.mdx to fix spelling --- .../pages/learn/repositories/open-source.mdx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/projects-docs/pages/learn/repositories/open-source.mdx b/packages/projects-docs/pages/learn/repositories/open-source.mdx index c74e72f2..16a5dc8a 100644 --- a/packages/projects-docs/pages/learn/repositories/open-source.mdx +++ b/packages/projects-docs/pages/learn/repositories/open-source.mdx @@ -1,8 +1,9 @@ + --- title: Open Source Collaboration description: --- - +d import { Callout } from 'nextra-theme-docs' @@ -48,8 +49,8 @@ If you try to import a repository you don't have write permission to, a new fork Your contribution branches are accessible anytime through your personal workspace in the [Dashboard](https://codesandbox.io/dashboard), under _All Repositories_ when forking and My Contributions when `Create a Contribution Branch`. -## Fork / Create a Contribution Branch / and Brances Differences +## Fork / Create a Contribution Branch / and Branches Differences -Branches here on codesandbox work just a litle be differntly even though they server the same purpose see [here](/learn/repositories/collaborate-share) for more info. +Branches here on CodeSandbox work just a little be differently even though they server the same purpose see [here](/learn/repositories/collaborate-share) for more info. It is generaly recommend to use `Fork` for most project when you start -`Create a Contribution Branch` are just ment for quick fixes such as a spelling errors or one time fixes when you are not going to spend much time on them. Forks have many advatages , such as keep you code in sync with GitHub or GitLab, and with Github we will info you when a commit comes in. Since changes often come in quickly, it is often important to see who change what so you can match there style as you go. \ No newline at end of file +`Create a Contribution Branch` are just ment for quick fixes such as a spelling errors or one time fixes when you are not going to spend much time on them. Forks have many advatages , such as keep you code in sync with GitHub or GitLab, and with Github we will info you when a commit comes in. Since changes often come in quickly, it is often important to see who change what so you can match there style as you go. From 31404e0cff41140343716a3f8c7e6f73aa411f8d Mon Sep 17 00:00:00 2001 From: frog-o <47947111+frog-o@users.noreply.github.com> Date: Sun, 29 Oct 2023 15:46:58 +0000 Subject: [PATCH 7/7] Update open-source.mdx to fix bug --- .../projects-docs/pages/learn/repositories/open-source.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/projects-docs/pages/learn/repositories/open-source.mdx b/packages/projects-docs/pages/learn/repositories/open-source.mdx index 16a5dc8a..24d667ee 100644 --- a/packages/projects-docs/pages/learn/repositories/open-source.mdx +++ b/packages/projects-docs/pages/learn/repositories/open-source.mdx @@ -1,9 +1,8 @@ - --- title: Open Source Collaboration description: --- -d + import { Callout } from 'nextra-theme-docs'