Skip to content
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

Add content troubleshooting #16

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Add some new stuff for troubleshooting guide
bryantson committed Oct 30, 2024
commit 11c30f41f74e1560f0c9dea81c92ee4d50a6573e
5 changes: 2 additions & 3 deletions docs/9_Troubleshooting/README.md
Original file line number Diff line number Diff line change
@@ -32,15 +32,14 @@ This is a list of common issues that you might encounter during the workshop. If

This is a list of common questions that you might have during the workshop. If you have a question, please check this list.


<details>
<summary>How can I enable Copilot?</summary>
For the workshop, it should be already enabled. If you need any help, please reach out to the GitHub Expert Service team.
For the workshop, it should be already enabled. If you are trying on your own, please make sure that you have a Copilot license attached to your GitHub account that you are logged in with. Please visit this page to find out more: https://docs.github.com/en/copilot/about-github-copilot/subscription-plans-for-github-copilot. If you need any help, please reach out to the GitHub Expert Service team.
</details>

<details>
<summary>Why is this not utilizing Copilot Worspace?</summary>
Copilot Workspace is a new GitHub feature that helps to bootstrap a lot of boilerplate codes and generating resources within the repository. We could have started with **Copilot Workspace** but we wanted to show you how to use Copilot in a more traditional way. If you are interested in learning more about Copilot Workspace, please check out the documentation:https://docs.github.com/en/copilot/using-github-copilot/using-github-copilot-workspace.
Copilot Workspace is a new GitHub feature that helps to bootstrap a lot of boilerplate codes and generating resources within the repository. We could have started with **Copilot Workspace** but we wanted to show you how to use Copilot in a more traditional way. If you are interested in learning more about Copilot Workspace, please check out the documentation: https://docs.github.com/en/copilot/using-github-copilot/using-github-copilot-workspace.
</details>

<details>