-
Notifications
You must be signed in to change notification settings - Fork 15
Docs: Add instructions for renaming and managing codespaces (closes #229) #250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: devel
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -19,3 +19,27 @@ GitHub Codespaces' button and then click the green 'Create Codespace' button. | |||||||||||
|
||||||||||||
3. You will be taken to a VSCode editor within your browser. | ||||||||||||
 | ||||||||||||
|
||||||||||||
4. Rename your codespace for easier identification: | ||||||||||||
|
||||||||||||
By default, your codespace will have a randomly generated name. Renaming it to | ||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. From this line onwards the indentation is incorrect. At least the first line of each paragraph and the first line of each bullet point should be indented four spaces so that it aligns to the right of the item number ( |
||||||||||||
something descriptive — such as referencing the issue or feature you’re working | ||||||||||||
on makes it much easier to find and manage your codespaces, especially if | ||||||||||||
you use several. | ||||||||||||
|
||||||||||||
To rename your codespace:** | ||||||||||||
Comment on lines
+27
to
+30
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Try to keep the text succinct (so people bother to read it!) and avoid repetition |
||||||||||||
|
||||||||||||
- Open your [GitHub Codespaces dashboard](https://github.com/codespaces) in | ||||||||||||
your browser. | ||||||||||||
- Find the codespace you just created (it will show the repository name and | ||||||||||||
the current random display name). | ||||||||||||
- Click the ellipsis (**...**) next to your codespace to open the options menu. | ||||||||||||
- Select **Rename** from the dropdown. | ||||||||||||
- Enter a descriptive new display name (e.g., `r-dev-env-issue-229` or | ||||||||||||
`r-dev-env-patch-naming`) and confirm. | ||||||||||||
Comment on lines
+38
to
+39
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Remember the container is intended for working on bugs/features in R, not issues with the R dev container. It is not necessary to include |
||||||||||||
|
||||||||||||
 | ||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As this screenshot is intended to show how to select 'Rename', it would be good to have the current name be three random words. Also it would be great if you could find a tool that lets you take screenshots that show the cursor, as the change in colour under 'Rename' is not obvious. If this is not possible, perhaps you could post-edit the screenshot to add a red oval around the 'Rename' menu item. It would also be good to switch to light mode as the previous screen shot is in light mode (I fear we are not consistent across the docs, but I think it would be good be consistent on the same page). Finally, while I am a fan of screenshots where you can read the text, this is a bit too zoomed in. Aim for a zoom level where the regular text (like 'Rename') is a similar size to the normal text in the docs. |
||||||||||||
|
||||||||||||
> **Tip:** | ||||||||||||
> You can rename your codespace at any time. The display name is | ||||||||||||
for your convenience and does not affect your code or environment. | ||||||||||||
Comment on lines
+43
to
+45
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You should use an admonition block of type "tip" here, see https://squidfunk.github.io/mkdocs-material/reference/admonitions/#+type:tip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.