Skip to content

Commit 4dc7f9b

Browse files
committed
README cleanup
1 parent 0433ce7 commit 4dc7f9b

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

content/README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# Modern DevOps with GitHub
22

3-
| [← Pets workshop selection][walkthrough-previous] | [Next: Workshop setup →][walkthrough-next] |
3+
| [Next: Workshop setup →][walkthrough-next] |
44
|:-----------------------------------|------------------------------------------:|
55

66
[DevOps][devops] is a [portmanteau][portmanteau] of **development** and **operations**. At its core is a desire to bring development practices more inline with operations, and operations practices more inline with development. This fosters better communication and collaboration between teams, breaks down barriers, and gives everyone an investment in ensuring customers are delighted by the software we ship.
77

8-
This workshop is built to help guide you through some of the most common DevOps tasks on GitHub. You'll explore:
8+
This workshop is built to help guide you through some of the most common DevOps tasks on GitHub. You will:
99

10-
- Managing projects with [GitHub Issues][github-issues]
11-
- Creating a development environment with [GitHub Codespaces][github-codespaces]
12-
- Using [GitHub Copilot][github-copilot] as your AI pair programmer
13-
- Securing the development pipeline with [GitHub Advanced Security][github-security]
14-
- Automating tasks and CI/CD with [GitHub Actions][github-actions]
10+
- manage a project with [GitHub Issues][github-issues].
11+
- create a development environment with [GitHub Codespaces][github-codespaces].
12+
- use [GitHub Copilot][github-copilot] as your AI pair programmer.
13+
- secure the development pipeline with [GitHub Advanced Security][github-security].
14+
- automate tasks and CI/CD with [GitHub Actions][github-actions].
1515

1616
## Prerequisites
1717

18-
The application for the workshop uses is built primarily with Python (Flask and SQLAlchemy) and Astro (using Tailwind and Svelte). While experience with these frameworks and languages is helpful, you'll be using Copilot to help you understand the project and generate the code. As a result, as long as you are familiar with programming you'll be able to complete the exercises!
18+
The application for the workshop uses is built primarily with Python (Flask and SQLAlchemy) and Astro (using Tailwind and Svelte). Experience with these frameworks and languages is not required for the course, as the primary focus will be around GitHub features.
1919

2020
## Required resources
2121

@@ -24,6 +24,9 @@ To complete this workshop, you will need the following:
2424
- A [GitHub account][github-signup]
2525
- Access to [GitHub Copilot][github-copilot]
2626

27+
> [!IMPORTANT]
28+
> This workshop is designed to utilize the free version of GitHub Copilot, the [free compute for Codespaces][codespaces-free], and the functionality provided by GHAS and Actions to public repos.
29+
2730
## Getting started
2831

2932
Ready to get started? Let's go! The workshop scenario imagines you as a developer volunteering your time for a pet adoption center. You will work through the process of creating a development environment, creating code, enabling security, and automating processes.
@@ -38,11 +41,6 @@ Ready to get started? Let's go! The workshop scenario imagines you as a develope
3841
7. [Use the GitHub flow][github-flow] to incorporate changes into your codebase
3942
8. [Deploy your application][deployment] to Azure to make your application available to users
4043

41-
## Check out these resources to dive in and learn more
42-
Check out the resources in [**GitHub-Copilot-Resources.md**][GitHub-Copilot-Resources].
43-
44-
This resource list has been carefully curated to help you to learn more about GitHub Copilot, how to use it effectively, what is coming in the future and more. There are even YouTube playlists that include the latest videos from the GitHub Developer Relations team and others from GitHub.
45-
4644
| [← Pets workshop selection][walkthrough-previous] | [Next: Workshop setup →][walkthrough-next] |
4745
|:-----------------------------------|------------------------------------------:|
4846

@@ -63,5 +61,5 @@ This resource list has been carefully curated to help you to learn more about Gi
6361
[portmanteau]: https://www.merriam-webster.com/dictionary/portmanteau
6462
[testing]: ./4-testing.md
6563
[walkthrough-next]: ./0-setup.md
66-
[walkthrough-previous]: ../README.md
64+
[codespaces-free]: https://docs.github.com/en/billing/concepts/product-billing/github-codespaces#free-and-billed-use-by-personal-accounts
6765
[GitHub-Copilot-Resources]: ../GitHub-Copilot-Resources.md

0 commit comments

Comments
 (0)