Skip to content

Commit 86088c9

Browse files
committed
fix some issues
1 parent f237722 commit 86088c9

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

learn-pr/github/github-enterprise-server-developer-fundamentals/6-knowledge-check.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ quiz:
1515
questions:
1616
- content: "What is a defining characteristic of GitHub Enterprise Server (GHES)?"
1717
choices:
18-
- content: "It is a fully managed Software as a Service (SaaS) platform hosted by GitHub."
18+
- content: "It's a fully managed Software as a Service (SaaS) platform hosted by GitHub."
1919
isCorrect: false
20-
explanation: "Incorrect. GitHub Enterprise Server is not a SaaS platform hosted by GitHub."
20+
explanation: "Incorrect. GitHub Enterprise Server isn't an SaaS platform hosted by GitHub."
2121
- content: "It automatically updates with new features as soon as they are released."
2222
isCorrect: false
23-
explanation: "Incorrect. GitHub Enterprise Server follows a scheduled release cycle and does not update automatically with every new feature."
24-
- content: "It is self-hosted and managed by the customer."
23+
explanation: "Incorrect. GitHub Enterprise Server follows a scheduled release cycle and doesn't update automatically with every new feature."
24+
- content: "It's self-hosted and managed by the customer."
2525
isCorrect: true
2626
explanation: "Correct. GitHub Enterprise Server is deployed on infrastructure owned and managed by the customer, providing full control over data and operations."
2727
- content: "It only supports public repositories."
@@ -35,23 +35,23 @@ quiz:
3535
- content: "GHES follows a quarterly release cadence."
3636
isCorrect: true
3737
explanation: "Correct. GitHub Enterprise Server uses a structured quarterly release cycle to ensure stability for self-managed environments."
38-
- content: "GHES does not support modern development workflows."
38+
- content: "GHES doesn't support modern development workflows."
3939
isCorrect: false
4040
explanation: "Incorrect. GitHub Enterprise Server supports modern development workflows."
4141
- content: "GHES updates are controlled by individual developers."
4242
isCorrect: false
4343
explanation: "Incorrect. Updates are managed through official enterprise releases."
44-
- content: "Which GitHub feature is not supported on GitHub Enterprise Server?"
44+
- content: "Which GitHub feature isn't supported on GitHub Enterprise Server?"
4545
choices:
4646
- content: "Pull requests."
4747
isCorrect: false
4848
explanation: "Incorrect. Pull requests are supported on GitHub Enterprise Server."
4949
- content: "GitHub Actions."
5050
isCorrect: false
51-
explanation: "Incorrect. GitHub Actions is supported on GitHub Enterprise Server."
51+
explanation: "Incorrect. GitHub Actions are supported on GitHub Enterprise Server."
5252
- content: "GitHub Codespaces."
5353
isCorrect: true
54-
explanation: "Correct. GitHub Codespaces is a cloud-only feature and is not available on GitHub Enterprise Server."
54+
explanation: "Correct. GitHub Codespaces is a cloud-only feature and isn't available on GitHub Enterprise Server."
5555
- content: "Issues."
5656
isCorrect: false
5757
explanation: "Incorrect. Issues are supported on GitHub Enterprise Server."
@@ -68,4 +68,4 @@ quiz:
6868
explanation: "Incorrect. Features cannot be manually enabled if they are not included in the deployed version."
6969
- content: "Switch to a public repository so the feature becomes available."
7070
isCorrect: false
71-
explanation: "Incorrect. Repository visibility does not affect feature availability in GHES."
71+
explanation: "Incorrect. Repository visibility doesn't affect feature availability in GHES."

learn-pr/github/github-enterprise-server-developer-fundamentals/includes/4-github-enterprise-server-developer-experience.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ From a user interface perspective, GHES looks familiar. However, the developer e
1616

1717
- Your organization is responsible for provisioning, scaling, patching, and maintaining these runners.
1818

19-
- If runners are offline or outdated, workflows will fail-no automatic fallback.
19+
- If runners are offline or outdated, workflows will fail-no automatic fall back.
2020

2121
- Network restrictions are common; proxies or mirrors may be needed for external access.
2222

@@ -26,17 +26,17 @@ From a user interface perspective, GHES looks familiar. However, the developer e
2626

2727
- GitHub Packages (npm, Docker, etc.) are available and hosted internally in GHES.
2828

29-
- Advanced Security features (e.g. code scanning, secret scanning) are supported with proper licensing.
29+
- Advanced Security features (for example, code scanning, secret scanning) are supported with proper licensing.
3030

3131
- These features often require manual setup-such as installing scanning engines or enabling secret detection-though from a developer perspective, the enablement process is no different than on GitHub Enterprise Cloud (GHEC).
3232

3333
- Many capabilities are disabled by default and depend on coordination with your DevOps or platform teams.
3434

3535
### Unsupported or limited features
3636

37-
- GitHub Codespaces is not supported as of GHES 3.19.
37+
- GitHub Codespaces isn't supported as of GHES 3.19.
3838

39-
- GitHub Copilot is not supported on GHES. Copilot can be used as a standalone feature within supported IDEs, but Copilot features are not available on the GHES web interface, and functionality may be further limited in environments with restricted internet access.
39+
- GitHub Copilot isn't supported on GHES. Copilot can be used as a standalone feature within supported IDEs, but Copilot features aren't available on the GHES web interface, and functionality may be further limited in environments with restricted internet access.
4040

4141
- Accessing the library of public GitHub Actions directly from GitHub.com requires GitHub Connect. Without it, Actions must be manually synced to your local instance.
4242

@@ -46,6 +46,6 @@ From a user interface perspective, GHES looks familiar. However, the developer e
4646

4747
Developers should verify availability before relying on cloud-first workflows.
4848

49-
Key takeaway: The GHES developer experience is shaped by self-managed infrastructure-automation, integrations, and even available features can depend on what is deployed, licensed, and enabled in your environment.
49+
Key takeaway: The GHES developer experience is shaped by self-managed infrastructure-automation, integrations, and even "available features" can depend on what is deployed, licensed, and enabled in your environment.
5050

5151
Now that you've seen how GHES can differ in everyday development workflows, the next unit introduces GitHub Connect and hybrid scenarios that can extend GHES with selected GitHub.com capabilities.

0 commit comments

Comments
 (0)