You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing/codespace.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ For more information, see "[GitHub Codespaces overview](https://docs.github.com/
15
15
The steps described below assume you have GitHub Codespaces set up to edit files using Visual Studio Code for Web. The steps are very similar if you have configured a different editor. For more information, see "[Setting your default editor for GitHub Codespaces](https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces)."
16
16
17
17
1. Go to the `docs` repository: [https://github.com/github/docs](https://github.com/github/docs).
18
-
1. If you're an open source contributor,[fork the repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo) to your own organization.
18
+
1. If you're an open source contributor:[fork the repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo) to your own organization.
19
19
1.[Create a branch to work on](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository).
20
20
1. On the main page of the new `docs` repository, click the **Code** button and click **Create codespace on BRANCHNAME**.<br>
21
21
The "Setting up your codespace" page is displayed. After a short time the browser-based version of Visual Studio Code is displayed.
@@ -26,8 +26,9 @@ The steps described below assume you have GitHub Codespaces set up to edit files
26
26
1. Commit and push your changes, either using the Source Control pane, or using Git commands from the Terminal. For more information, see "[About Git](https://docs.github.com/en/get-started/using-git/about-git)."
27
27
1. Go to the **Pull requests** tab of the `github/docs` repository: https://github.com/github/docs/pulls
28
28
1. Click **New pull request**.
29
-
1. Click **compare across forks** and choose the forked repository you created, and your working branch.
30
-
1. Check that the changes displayed include all of the changes you made in the codespace. If they do not, it indicates there are changes you have not pushed from the codespace to GitHub.
31
-
1. Click **Create pull request**.
32
-
1. Fill out the details for your pull request and click **Create pull request**.<br>
29
+
1. If you're an open source contributor: click **compare across forks** and choose the forked repository you created, and your working branch.<br>
30
+
Otherwise: change the "compare" branch to your working branch.
31
+
3. Check that the changes displayed include all of the changes you made in the codespace. If they do not, it indicates there are changes you have not pushed from the codespace to GitHub.
32
+
4. Click **Create pull request**.
33
+
5. Fill out the details for your pull request and click **Create pull request**.<br>
33
34
Your pull request will be reviewed by a member of the GitHub documentation team.
0 commit comments