Skip to content

Commit 7b70abd

Browse files
hubwriterheiskrsophietheking
authored
Mention images in Spaces docs (#56629)
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com> Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
1 parent b2aec43 commit 7b70abd

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

content/copilot/concepts/about-organizing-and-sharing-context-with-copilot-spaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ redirect_from:
1414

1515
{% data reusables.copilot.copilot-spaces.preview-note %}
1616

17-
{% data variables.copilot.copilot_spaces %} let you organize the context that {% data variables.product.prodname_copilot_short %} uses to answer your questions. {% data variables.copilot.copilot_spaces_short %} can include code, pull requests, or issues from repositories, free-text content like transcripts or notes, and file uploads. You can ask {% data variables.product.prodname_copilot_short %} questions grounded in that context, or share the space with your team to support collaboration and knowledge sharing.
17+
{% data variables.copilot.copilot_spaces %} let you organize the context that {% data variables.product.prodname_copilot_short %} uses to answer your questions. {% data variables.copilot.copilot_spaces_short %} can include code, pull requests, or issues from repositories, free-text content like transcripts or notes, images, and file uploads. You can ask {% data variables.product.prodname_copilot_short %} questions grounded in that context, or share the space with your team to support collaboration and knowledge sharing.
1818

1919
## Why use {% data variables.copilot.copilot_spaces %}?
2020

@@ -37,7 +37,7 @@ With {% data variables.copilot.copilot_spaces %} you can:
3737
| -------------------- | --------------------------- | -------------------------------------------------------------- |
3838
| Who can create | Anyone with a {% data variables.product.prodname_copilot_short %} license | Organization owners |
3939
| Owned by | Organizations or individual users | Organizations |
40-
| Content type | Any code, pull requests, or issues hosted in repositories. File uploads such as free text content or text files, rich documents, and spreadsheets. | Markdown files hosted in {% data variables.product.github %} |
40+
| Content type | Files and directories from {% data variables.product.github %} repositories, pull requests and issues, uploaded files including images, text files, rich documents, and spreadsheets, and free-text content | Markdown files hosted in {% data variables.product.github %} |
4141
| Context handling | Limited in size, which guarantees higher response quality given the focused selection | Unlimited, but that comes with reduced response quality |
4242

4343
{% endrowheaders %}

content/copilot/how-tos/context/copilot-spaces/collaborating-with-your-team-using-copilot-spaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ redirect_from:
2323

2424
## Use cases for team collaboration
2525

26-
* **Onboarding**: Share a space with key code, docs, and checklists to help new developers get started faster.
26+
* **Onboarding**: Share a space with code, documentation, diagrams, and checklists to help new developers get started faster.
2727
* **System knowledge**: Create a space for a complex system or workflow (like authentication or CI pipelines) that other people can reference.
2828
* **Style guides or review checklists**: Document standards and examples in a space that {% data variables.product.prodname_copilot_short %} can reference when suggesting changes.
2929

content/copilot/how-tos/context/copilot-spaces/creating-and-using-copilot-spaces.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ redirect_from:
1212
- /copilot/using-github-copilot/copilot-spaces/creating-and-using-copilot-spaces
1313
---
1414

15+
For an overview of {% data variables.copilot.copilot_spaces %}, see [AUTOTITLE](/copilot/concepts/about-organizing-and-sharing-context-with-copilot-spaces).
16+
1517
{% data reusables.copilot.copilot-spaces.preview-note %}
1618

19+
## Creating a space
20+
1721
1. To create a space, go to [https://github.com/copilot/spaces](https://github.com/copilot/spaces), and click **Create space**.
1822
1. Give your space a name.
1923
1. Choose whether the space is owned by you or by an organization you belong to. Organization-owned {% data variables.copilot.copilot_spaces_short %} can be shared using {% data variables.product.github %}’s built-in permission model.
@@ -23,7 +27,7 @@ redirect_from:
2327
2428
1. Click **Save** in the top right corner of the page.
2529

26-
## Adding context to {% data variables.copilot.copilot_spaces_short %}
30+
## Adding context to a space
2731

2832
You can add two types of context to your space:
2933

@@ -38,11 +42,11 @@ You can add two types of context to your space:
3842
To add attachments, click **{% octicon "plus" aria-hidden="true" aria-label="plus" %} Add** to the right of "Attachments", then choose one of the following options:
3943

4044
* **{% octicon "file-code" aria-hidden="true" aria-label="file-code" %} Attach files and folders**: You can add files and folders from your {% data variables.product.github %} repositories. This includes code files, documentation, and other relevant content that can help {% data variables.product.prodname_copilot_short %} understand the context of your space.
41-
* **{% octicon "link" aria-hidden="true" aria-label="link" %} Link pull requests and issues**: You can paste the URLs of the {% data variables.product.github %} content you want to add. This can include issues and pull requests.
42-
* **{% octicon "upload" aria-hidden="true" aria-label="upload" %} Upload a file**: You can upload files directly from your computer. This includes text files, rich documents, and spreadsheets.
43-
* **{% octicon "paste" aria-hidden="true" aria-label="paste" %} Add text content**: You can add free-text content, such as transcripts, notes, or any other relevant information that can help {% data variables.product.prodname_copilot_short %} understand the context of your space.
45+
* **{% octicon "link" aria-hidden="true" aria-label="link" %} Link pull requests and issues**: You can paste the URLs of the {% data variables.product.github %} issues and pull requests.
46+
* **{% octicon "upload" aria-hidden="true" aria-label="upload" %} Upload a file**: You can upload files directly from your local machine. This includes images, text files, rich documents, and spreadsheets.
47+
* **{% octicon "paste" aria-hidden="true" aria-label="paste" %} Add text content**: You can type or paste free-text content, such as transcripts, notes, or any other relevant information that can help {% data variables.product.prodname_copilot_short %} understand the context of your space.
4448

45-
## Using {% data variables.copilot.copilot_spaces_short %}
49+
## Using {% data variables.copilot.copilot_spaces %}
4650

4751
Once you've added context to your space, you can ask {% data variables.product.prodname_copilot_short %} questions in the chat interface. Your chat will be grounded in the context you've added.
4852

content/copilot/tutorials/speeding-up-development-work-with-copilot-spaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Below are some examples of how to use {% data variables.copilot.copilot_spaces_s
2626

2727
## Developing a new feature
2828

29-
When working on a specific feature, you can save time and produce higher-quality results by using a space. Add the relevant code, a product spec, and any supporting materials—like notes from a design review or image descriptions of mockups. {% data variables.product.prodname_copilot_short %} can help you:
29+
When working on a specific feature, you can save time and produce higher-quality results by using a space. Add the relevant code, a product spec, and any supporting materials—like notes from a design review or mockup images. {% data variables.product.prodname_copilot_short %} can help you:
3030

3131
* Summarize how the current implementation works.
3232
* Suggest changes or additions based on the spec.
@@ -41,7 +41,7 @@ When working on a specific feature, you can save time and produce higher-quality
4141
4242
## Defining the logic for a small, frequent task
4343

44-
When working on repetitive tasks like tracking telemetry events or handling event emissions, it’s useful to document the logic once and share it with others through {% data variables.copilot.copilot_spaces_short %}. This allows everyone to stay consistent and saves time when performing the task. {% data variables.product.prodname_copilot_short %} can assist by:
44+
When working on repetitive tasks like tracking telemetry events or handling event emissions, it’s useful to document the logic once and share it with others through {% data variables.copilot.copilot_spaces_short %}. This allows everyone to stay consistent and saves time when performing the task. If you have a process flowchart for a task, you can upload this to your space for reference. {% data variables.product.prodname_copilot_short %} can assist by:
4545

4646
* Suggesting efficient patterns based on your previous work.
4747
* Helping write reusable functions or templates.

0 commit comments

Comments
 (0)