Skip to content

Commit 34cf322

Browse files
author
Cokybit
authored
Merge pull request #1 from cokyman/update-docs
Update documentation with feedback section
2 parents a9a213b + 3520e87 commit 34cf322

File tree

5 files changed

+20
-2
lines changed

5 files changed

+20
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"tasks": {
3+
"build": "Run build "
4+
}
5+
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This manual will help you understand how to use Copilot Workspace most effective
2020
- [Responsible AI FAQ](responsible-ai-faq.md)
2121
* [Origins](origins.md)
2222
- [Conceptual Overview](overview.md)
23+
* [Feedback](#feedback)
2324

2425
## Feedback
2526

changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,11 +1153,11 @@ For example, here's a [sample session](https://copilot-workspace-staging.githubn
11531153

11541154
* **Color the `Issue` and `Pull Request` panel icons based on their state** - When opening an issue or pull request within Copilot Workspace, we'll now indicate the state of the issue/PR, using the same colors as GitHub.com: open (green), completed/merged (purple), closed (red), and closed as not planned (grey). That way, the status of the issue/PR will be immediately clear 👍
11551155

1156-
<img src="https://github.com/githubnext/copilot-workspace-user-manual/assets/116461/1f127b54-a697-4594-8a0f-946dfb47b06b" width="600px" />
1156+
<img src="https://githubnext.com/user-attachments/assets/1f127b54-a697-4594-8a0f-946dfb47b06b" width="600px" />
11571157

11581158
*Opening an issue that's closed as completed*
11591159

1160-
<img src="https://github.com/githubnext/copilot-workspace-user-manual/assets/116461/1f9a0ea6-bf6f-4f1e-961c-107f27dbb12c" width="600px" />
1160+
<img src="https://githubnext.com/user-attachments/assets/1f9a0ea6-bf6f-4f1e-961c-107f27dbb12c" width="600px" />
11611161

11621162
*Opening a pull request that's been closed*
11631163

getting-started.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@ Welcome to the technical preview for Copilot Workspace (CW)! 👋 CW is a "task-
3232
</td>
3333
</tr>
3434
</table>
35+
36+
## Feedback
37+
38+
To give general feedback, please join the [GitHub Next Discord](https://discord.gg/FeGshJZ2yy) and post in the [#copilot-workspace](https://discord.com/channels/735557230698692749/1237161687233200279) forum channel. Please provide a share link to the workspace and a description of the issue you're facing so that we can help you more effectively.
39+
40+
To report harmful content, please email [email protected] with a description of the issue and a share link to the workspace.

troubleshooting.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ If Copilot Workspace detects that your task is overly ambiguous/unclear (e.g. it
3535
- **Billable owner could not be determined for a new codespace, Repository may not be used for a codespace.** The CW OAuth app is not installed in the billable owner's organization.
3636

3737
Please view the [Codespaces Guide](codespaces-guide.md) for more information on Codespaces and troubleshooting common errors.
38+
39+
## Feedback
40+
41+
To give general feedback, please join the [GitHub Next Discord](https://discord.gg/FeGshJZ2yy) and post in the [#copilot-workspace](https://discord.com/channels/735557230698692749/1237161687233200279) forum channel. Please provide a share link to the workspace and a description of the issue you're facing so that we can help you more effectively.
42+
43+
To report harmful content, please email [email protected] with a description of the issue and a share link to the workspace.

0 commit comments

Comments
 (0)