Skip to content

Commit a832400

Browse files
authored
Revise Codespaces info and add Areas section
1 parent 27eee09 commit a832400

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ We will acknowledge receipt of your vulnerability report within 24 hours and sen
352352

353353
## Codespaces
354354

355-
> Codespaces provides cloud-based development environments that are fully configured and ready to code, eliminating environment setup time and "works on my machine" problems.
355+
> Codespaces provides cloud-based development environments that are fully configured and ready to code, eliminating environment setup time and `works on my machine` problems.
356356
357357
<details>
358358
<summary><b>Expand for more details</b></summary>
@@ -422,6 +422,18 @@ gh codespace stop
422422
```
423423
</details>
424424

425+
## Areas
426+
427+
| **Feature/Area** | **Description** | **Purpose** |
428+
|-----------------------------------|-----------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|
429+
| **GitHub Enterprise Cloud** | A cloud-hosted version of GitHub for businesses, offering advanced collaboration and security tools. | Provides scalability, security, and compliance for organizations using GitHub in the cloud. |
430+
| **GitHub Enterprise Server** | A self-hosted version of GitHub for businesses, deployed on-premises or in a private cloud. | Offers full control over GitHub infrastructure for organizations with strict compliance needs. |
431+
| **GitHub Advanced Security** | Includes tools like Code Scanning and Secret Scanning to identify vulnerabilities in code. | Helps secure codebases by detecting vulnerabilities and exposed secrets. |
432+
| **GitHub Copilot for Business** | AI-powered code completion tool tailored for teams and organizations. | Boosts developer productivity by suggesting code snippets and automating repetitive tasks. |
433+
| **GitHub Copilot for Enterprise** | AI-powered code completion tool designed for large-scale enterprise use. | Provides AI-driven coding assistance with enterprise-grade security and scalability. |
434+
| **GitHub Actions** | Automation platform for CI/CD workflows, enabling testing, building, and deployment. | Streamlines development workflows by automating repetitive tasks.|
435+
| **GitHub Code Quality** | A forthcoming feature focused on improving code quality through automated analysis. | Aims to provide insights and recommendations to improve code maintainability and readability. |
436+
425437

426438
<!-- START BADGE -->
427439
<div align="center">

0 commit comments

Comments
 (0)